Aug 30 2019 11:39 AM
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.
I could trigger a flow, but couldn't figure out how to get the document link and a custom user message to the flow.
Bottom line:
Is there a way to send parameters to flow which is button triggered.
Aug 31 2019 06:57 PM
SolutionHi @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
Sep 03 2019 07:33 AM
Thank you @Norman Young , I couldn't find the trigger you mentioned.
Am I missing something? Please help.
Sep 03 2019 07:36 AM
Aug 31 2019 06:57 PM
SolutionHi @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