Hello there,
I have tried to create a flow to make a ticketing system where people submit a form and it automatically gets put into a SharePoint list.
When my flow runs I get the following error:
The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@triggerOutputs()?['body/resourceData/responseId']' is of type 'Integer'. The result must be a valid array.
The SharePoint List is Called Issue Tracker List.
The Form is called Submit a Ticket.
Any help would be greatly appreciated.
Thanks in advance 🙂
Solved! Go to Solution.
Try moving the create Item outside the apply as well
This step needs to be moved outside the Apply to Each
Wow thank you for such a fast reply
you mean like this?
I still get this error 😞
The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@triggerOutputs()?['body/resourceData/responseId']' is of type 'Integer'. The result must be a valid array.
Try moving the create Item outside the apply as well
it now looks like this i will give it try
Thank you
It works, is there any way i can give you a rating or something? I'm new to this
User | Count |
---|---|
6 | |
6 | |
4 | |
4 | |
2 |
User | Count |
---|---|
8 | |
7 | |
4 | |
4 | |
4 |