
Announcements
I built a parallel approver flow with 8 approvers. After all 8 approve it, I want to update a status field to 'All Approved'. The variable is initialized to 0 before the parallel approval begins and incremented by 1 as each approval is completed. When checking the variable in the end I get the following message:
Unable to process template language expressions in action 'Check_if_All_responses_equals_8' inputs at line '1' and column '31718': 'The template language function 'variables' must have only one parameter.'.
Any guidance you can offer is appreciated. Dana
Hi @Anonymous,
How do you configure the condition action?
This is my Flow configuration, it works properly, you could see it, the CountApproval variable is an int variable:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.