Having Glide Send Automatic Emails

Please view the video below:

Thanks

I think the issue is trying to use that lookup array in the send email action. If you only want the email to go to your specific email why not just type your email in the ‘To:’ field of the action

Hi Benjamin, thanks for the video. Your video is cropped, we can barely see the configuration in your left and right panes, it’s difficult to make out.

I understand you are configuring a form screen. Actions are executed when they are triggered by the click of a button, of an image. Inputing data in a field does not trigger an action, you would need to click on Submit (that is the click) and then include your Email To Me action as an On Submit action.

1 Like

Sorry about the video. But “On Submit”, I have not seen that command. Where is it?

See the screenshot in my previous answer.

Thanks, but I never would have known about “On Submit” without your input. I have not seen that documented or maybe I missed it.

1 Like

Be careful when the on-submit action uses data from the new row that is just being added. The action might trigger so quickly, upon the click, that the data of the new row isn’t yet in the table. So either you avoid on-submit actions with that new data, or you can try adding a wait action, 1 to 3 seconds for instance, at the beginning of the custom action to give the data time to populate the table.

Thanks

1 Like