Hi all,
I'm trying an approval workflow based on the following video:
SharePoint Designer like Approval in Power Automate - Part 1 (Selecting approvers dynamically) - You...
When I write the code in to get the emails the flow fails and this message is returned:
The "varApproverEmailsArray" variable of the "Array" type cannot be initialized or updated with a value of the "Object" type. The "varApproverEmailsArray" variable supports only values of the following types: Array.
I wrote exactly the same code as shown in the tutorial - outputs('Get_Approvers')?['body/value']?[0]?['Approvers']
Can someone help, I have tried everything and it gives me a hard time. Dunno what else to do.