I have a gallery in Power Apps where I would like to update all the items in the gallery using Power Automate instead of a ForAll command.
All the items are to have the same value in a specific column. Thats all... ;-)
I have tried with this flow...
And this command to call the flow...
UpdatePOlineitems.Run(Gallery2.AllItems;JSONFormat.Compact)
But I cannot get it to work... Help please...