
Announcements
Hello,
I have a series of 8 Power automate flows used to create 2 one-way synchronizations between folders on Teams/SharePoint. I want to expand this to other Teams/Sites to create a hierarchical file synch within my organization but saving as and editing 8 flows for every connection pair would be excessive. I want to create a Power App that would use the SharePoint site addresses and Folder path as inputs and would automatically create the required flows. Is this even possible? If it is how would I start the process?
not from Powerapps, but if you collect all the collection ids from sharepoint, which you can find in the sharepoint list settings url, you can export a flow, then edit the definition json file where the table id can be replaced with the list id you want it to look at instead.