Hi,
I want to store Excel values in a Collection in Power Apps, so that I can update/remove the data and easily push it to a Power Automate flow with only one button click. How can I create a Collection out of this Excel table that I have uploaded in Power Apps? It is important that it is dynamic.
Really appreciate the help 🙂
Solved! Go to Solution.
Hi @blinabj ,
Please try:
upload the excel file to a cloud-storage account, such as OneDrive.
ClearCollect(ACollection,TableName)
9.Select the button
I think this link will help you a lot:
https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/get-started-create-from-blank
Best Regards,
Bof
Hi @blinabj ,
Please try:
upload the excel file to a cloud-storage account, such as OneDrive.
ClearCollect(ACollection,TableName)
9.Select the button
I think this link will help you a lot:
https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/get-started-create-from-blank
Best Regards,
Bof