I am new to Flow and normally create approvals via Designer custom WF so I thought I'd try a simple approval template flow, the approval component mechanism works correctly but when it comes to utilise the approval decision the template cannot execute to perform the Yes and No actions.
The condition is default from the template
The Error
Solved! Go to Solution.
Hi @Anonymous ,
Which template did you try?
Could please share a full screenshot of the flow?
As the error message said, the return of 'Response' is an array, so you need a index to the code.
Please take a try of the code below instead of the Dynamic content of 'Response':
body('Start_an_approval')?[0]?['response']
However,the template was still use the old action of Approval connector.
There are some update of the 'Approval' connector, So I don't recommend you to use the template.
Best Regards,
Community Support Team _ Zhongys
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Which template did you try?
Could please share a full screenshot of the flow?
As the error message said, the return of 'Response' is an array, so you need a index to the code.
Please take a try of the code below instead of the Dynamic content of 'Response':
body('Start_an_approval')?[0]?['response']
However,the template was still use the old action of Approval connector.
There are some update of the 'Approval' connector, So I don't recommend you to use the template.
Best Regards,
Community Support Team _ Zhongys
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for checking in, now that I've had a chance to dig deeper into our environment it seems that as we do not have CDS enabled and are not looking to do so which means there are a number of things not working as they should and this approval connector being one of them. I've having to go back and locate a new approval connector that doesn't utilise CDS. If you have any thoughts on what this connector might be let me know.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
89 | |
56 | |
39 | |
38 | |
35 |
User | Count |
---|---|
79 | |
65 | |
57 | |
52 | |
42 |