I'm stuck right now.
I'm trying to create a Flow that changes the Color of the SharePoint folders when I populate them with Documents.
The problem is, when I use the Request with the Loop Item it runs forever till it crashes.
Here is the Part of the Flow in the Loop.
Problem with this Flow
The output of the Compose Test Input to HTTP Request spits out the exact string I normally need.
Also, a Separated Folder is an array where only the Folder paths are stored.
Exmaple Output of the Folder Array
As you can see the Loop is then running up to a runtime error.
If I delete or set the input in the HTTP Block as a static value it runs fine.
Loop 1
Loop 2
I have used the same method in a bigger Flow and it worked completely fine.
How I made it in the bigger Flow
Does anyone know why this happens?
I'm clueless and tried a lot of different methods.