
Announcements
Summary: I want to be able to send out an email from the selected item and if the item contains any attachment(s), the email should include the attachment. Note that the flow should be triggered when user clicks on the button.
What I have done in Power Automate:
In my power app, the flow should only be triggered when users click on a button named send email
For the OnSelect action for my button I have currently this:
So it looks like I need to pass the Id of the Attachment(s) and the current item displayed on my form.
So I am a bit stuck here, anyone knows what values I need to pass in here?
Thanks for any help.
Found a way around it by using the trigger called When an item or a file is modified, so I have a dropdown named reminder, with values from 1 to 5, so that each time a value is selected the flow is triggered and this works just fine.