Hi all,
I have created a flow to populate a word template. its working fine and I can see the document. Now I want to get the link to this newly created document back in power app for users to be able to download it.
how do I do that. I have already tried setting a variable while calling the flow, but it returns a Boolean value.
PS - upon checking flow history it has the link to document
After the file is creating to get the link to the file you need to user the Get file metadata action, and then in the Response you need to pick the path property
finally in the app your formulate should look something like this:
Set(varDocumentURL, YourFlowName.Run(param1, param2).link);
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473