Forum Discussion
amalwayscharan
Aug 30, 2019Copper Contributor
Trigger a flow to send custom message email
Hello, I thought this would be very easy, but I'm stuck while implementing. Requirement: On click (JSON format flow trigger, image below) trigger a flow to send email with custom message. ...
- Sep 01, 2019
Hi amalwayscharan,
This is possible using the "For selected file" SharePoint trigger. Initialize a string variable to store the "FileId" value and then "Get files (properties only)" on the document library filtering using "ID' equal variable name.
Sample Flow below:
I hope this helps.
Norm
Norman Young
Sep 01, 2019MVP
Hi amalwayscharan,
This is possible using the "For selected file" SharePoint trigger. Initialize a string variable to store the "FileId" value and then "Get files (properties only)" on the document library filtering using "ID' equal variable name.
Sample Flow below:
I hope this helps.
Norm
- amalwayscharanSep 03, 2019Copper Contributor
Thank you Norman Young , I couldn't find the trigger you mentioned.
Am I missing something? Please help.
- amalwayscharanSep 03, 2019Copper Contributor