I created a workflow to email a record however is there a way to prompt (popup/form) to provide an email address to send the report?
Thanks in advance for your input.
I created a workflow to email a record however is there a way to prompt (popup/form) to provide an email address to send the report?
Thanks in advance for your input.
If I understood your post correctly, we don’t have that kind of feature directly. You need to save the email adddress to somewhere. The closest solution would be a related email table which you could open with an action button. When you have filled that one field (email address) and you submit it, it can trigger your workflow.
@Iglesia_Rio_De_Vida Here’s an example appsheet.com - Share Button - How to create a share button Share Button - How to create a share button appsheet.com Translate
@Iglesia_Rio_De_Vida
Also see topic “Sending Email from an Action Button and Prompting for More Data” in this article help.appsheet.com - Triggering Email, SMS, or Notifications from the App
Triggering Email, SMS, or Notifications from the App help.appsheet.com
Thanks folks for your input and recommendations.
@tony
thank you Tony, this is exactly what I was looking for.