
Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The inputs of template action 'Update_item_7' at line '1 and column '23277' is invalid. Action 'Apply_to_each_1' must be a parent 'foreach' scope of action 'Update_item_7' to be referenced by 'repeatItems' or 'items' functions.'.'.
CAn someone decipher this for me?
Hi , @LHolt002
According to your error code , you need to check if your "Update Item 7 " uses the value loop in our "Apply to each 1".
As you can see your "Update Item 7 " is under the "Apply to each 2" , If you want to use the value in the loop of "Apply to each 2". You need to move the "Update Item 7 " into the "Apply to each 2" .
And also you need to check if you use the "items('Apply_to_each_2')" instead of "items('Apply_to_each_1')" in your expression.
If this reply can help you , you can click mark this reply as solution (Accept solution) which can help more people, thanks in advance!
Best Regards,
Yueyun Zhang