Dear all,
I am using a sharepoint list as data source for a power apps canvas app which serves as an edit form. Each new item creates additionally (via power automate) a folder with an excel file based on a template in a sharepoint library.
Thus I have URL, ID or whatever reference I need between the list item, folder and excel file available to use in power apps or power automate.
Now, I would like to connect that excel file via excel online business connector to my canvas app.
While I am able to connect AN excel file (e. g. by applying a fixed URL / selecting it) to my canvas app as datasource, I can't figure out how to connect an excel file dynamically based on the item in quest, e. g. by specifying the URL like this: https://url.com/folder/variable.xlsx
Is it possible at all to do this?
Thank you!