This flow is using a Send an HTTP Request action to set a field with a certain value but I can't seem to get it to execute when the flow gets triggered. The second picture shows that nothing happens when the flow gets triggered.
The main issue is your "Apply to each" is being fed an empty array, so it has nothing to do.
Either your "Get items" action isn't outputing anything or your "Apply to each" is not connected to the value output of "Get Items" and is taking an empty "value" from some other action.
On your flow run where nothing happens in "Apply to each" try clicking on the "Get items' and then view the output. See if there's anything in the body/value property:
{
...
"value": []
}
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.