
Announcements
Hello,
In my organization, there are 102 SharePoint sites and for each, an employee can make a feedback (he can create a new item in the list feedback present on each site).
I have a list that contains one line per site with the name, link and other parameters.
I try to make a flow like this:
1. Looping on my list with all the SharePoint site
2. For each, get items of the list Feedback.
My flow fails for 2 sites with the error "List not found". But there is a list feedback on these 2 sites. I tried to make another flow like this to test the failed site:
And it works perfectly.
I don't understand the differences between these 2 sites and the others. Do you have an idea?