
Announcements
Hello everybody! How can I update several rows with the same content that I was searching?
I tried using ODATA to filter only the rows I want
And then I have an Apply to Each
But it only updates the first row, do you guys have an idea on how to solve it?
Also worth mention that if I don't have an ODATA filter the flow updates every row on the table.
Hi @victor_lion
Update a row requires that that key value is unque. I suspect you are using the same key value and this is why only the first instance updates. Try adding a unique ID into your table and supply that from your list rows. Alternatively, you can create an office script to perform your requirements.
I've a few office script demos on my YT.
Please consider accepting my answer as a solution if it helps to solve your problem.
Cheers
Damien
Please take a look and subscribe to my YouTube Channel for more Power Platform ideas and concepts, or take a look at my website. Thanks