Hello everyone,
I'm trying to export a datatable from powerapps to excel with a flow as there is no other way to do that but i have never used Flow before so when t tried to do it i just get the line which is selected from the datatable and just the column that i choose not all the data.
Can anyone help me with that please ? or did that before ?
Solved! Go to Solution.
Hi @Anonymous,
Do you want to pass all records within the Data table from your app to your flow?
I have made a test on my side, if you want to pass all records within the Data table from your app to your flow, I afraid that there is no way to achieve your needs in PowerApps currently. There is no way to select all records within the Data table control in PowerApps currently.
In addition, there is also no way to pass a Table/Records data from an app to a flow currently. Currently, Microsoft Flow only accepts Text string value as parameters passed from an app.
As an alternative solution, you could consider take a try to list your data using Gallery instead of Data table within your app. If you want to get all records displayed within the Gallery control, you could use the following formula:
Gallery1.AllItems /* <-- return a Table value */
In addition, if you want to pass all records (Table value) within the Gallery into your flow, you could consider take a try to concatenate all column values into a single one string with a specific separator (e.g. '#').
Please check and see if the following blog would help in your scenario:
https://www.techmikael.com/2017/05/saving-collection-of-images-from.html
Best regards,
Kris
Hi @Anonymous,
Do you want to pass all records within the Data table from your app to your flow?
I have made a test on my side, if you want to pass all records within the Data table from your app to your flow, I afraid that there is no way to achieve your needs in PowerApps currently. There is no way to select all records within the Data table control in PowerApps currently.
In addition, there is also no way to pass a Table/Records data from an app to a flow currently. Currently, Microsoft Flow only accepts Text string value as parameters passed from an app.
As an alternative solution, you could consider take a try to list your data using Gallery instead of Data table within your app. If you want to get all records displayed within the Gallery control, you could use the following formula:
Gallery1.AllItems /* <-- return a Table value */
In addition, if you want to pass all records (Table value) within the Gallery into your flow, you could consider take a try to concatenate all column values into a single one string with a specific separator (e.g. '#').
Please check and see if the following blog would help in your scenario:
https://www.techmikael.com/2017/05/saving-collection-of-images-from.html
Best regards,
Kris
User | Count |
---|---|
257 | |
107 | |
90 | |
51 | |
44 |