I have had a flow which was working as should be, but after a while I am now having problems, I have a flow in which it takes responses from forms and adds them into the sharepoint list but.. there is also a add for each with the json code which I dont remember how to fix and now I get errors.
I have tried to fiddle with the code but now I dont know how to bring it back to what it was.. this is the state of it now
And this is the state that it was in two days ago, taken from a working submition of the flow:
Im sure its something small and I just cant find it, could someone please help?
In the apply to each action, try wrapping the data being sent to it in an array expression: array(<your_dayta>)
The issue is that one item has been sent to the action (an object) rather than an array (multiple items).
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.