Re: Join Sharepoint lists to Update
Hi @Delid4ve,
Could you please share a screenshot of the current Flow configuration?
If here you are working with two Lists, then we need to do some steps to workaorund it.
For example, here we have two Get items Action, one for reports, another for TeporaryReport.
Both action would return an array, steps should be as below:
1. create an array type variable, set value to reports array, Use first() function to get first item from Reports array,
2. Add a do until , then Use filter array to check if the first(Report_Get items).[id] matches the [OldID] in TemporyReport array,
3. Add a conndition, check if the Array is empty, if not, update corresponding item with Update item action,
4. Do until condition to check if Array variable is empty,
5. Within Do until, add a compose, with Skip () function to remove the first item, after the filter array action
Adding a thread for reference:
Working with two array
Post back if you have any further questions.
Regards,
Michael