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
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional