Hello...
Fairly new to Power Platform. I'm successfully using the Dataverse Update File event but have many columns to update individually.
The flow compares some data, fetches a QR code where it needs to, then saves the QR to a Sharepoint folder and a DV table.
Currently I have an update file event buried in a switch case for each column of the DV table.
Is there a way to make this connector dynamic so that the column name could be passed from a variable or dynamic content?
Current flow:
Desired result:
Any help would be appreciated. I have a working version of this flow, its just SLOW...trying things to speed up both working on it and its actual run. Currently just modifying it is slow as all of those switch cases (36) are resource hogs in a browser.
Top comments (0)