Hello everyone,
I made a simple flow that has worked great, it updates rows in excel where the ID matches a SharePoint ID(Sharepoint is master data only flows from sharepoint to excel).
Get items>For each>update a row. It's very simple but it works
There is a separate flow to compare the ID's and add any missing ones to excel on a schedule.
Well now I'd like to have duplicate rows in excel but the trouble I'm having is I can only get it to update the first unique ID it comes to and the rest(duplications) will be skipped. I'm manually entering the ID number for duplicates, I run the flow and it will update the first instance but none there after.
For example, lets say I have table rows with ID's 63,63,63,63,64. I want the all rows with ID of 63 to have duplicated data, what it is doing however is updating the first row of ID 63, skipping the rest and then it will update row ID 64 or any row there after which is not duplicated. It's indiscriminate to the order of the ID's it just won't handle duplicated ID's
It sounds simple in principle and hopefully it is as I've spent a lot of time and have been unable to get it to work, any advise would be greatly appreciated, thanks