Good day!
asking for help
I have an app to generate the report in CSV FILE
FF:
1. FLOW
2. ONEDRIVE
What I'm trying to say is
to download automatically the CSV file
how to get the file base on what you've type in the textbox
My formula is
Launch("https://onedrivelisnk /:x:/g/personal/dhagz123@gmail.com/this is suppose to be the csv file that I created in the Text Box &Download=1")
Solved! Go to Solution.
Hi @DHAGZ ,
Would you like to download the created csv file with a Flow?
If so, you need to first modify your Flow to like below:
Then in PowerApps, you will need to leverage the Download() function to download the file via URL from the Flow:
Download((YourFlowName.Run(FileName,FileContent).link))
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Hi @DHAGZ ,
Would you like to download the created csv file with a Flow?
If so, you need to first modify your Flow to like below:
Then in PowerApps, you will need to leverage the Download() function to download the file via URL from the Flow:
Download((YourFlowName.Run(FileName,FileContent).link))
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
awesome 🙂 it worKS thanks
User | Count |
---|---|
195 | |
123 | |
86 | |
48 | |
40 |
User | Count |
---|---|
281 | |
163 | |
138 | |
80 | |
76 |