Hi there,
I have built a flow which sends off approvals from a dynamic list. Due to the high dynamic properties of it I have to use the "create an approval" step. In the ApprovalCreationInput I have the following formula:
{
"title": "@{triggerOutputs()?['body/Title']}",
"assignedTo": "@{join(body('Select_2'),';')}",
"enableNotifications": true,
"enableReassignment": true
}
This is working fine - however I need to add in details. I have tried "details" and "body" as another line set in the same format as title and assignedTo but I receive the error "invalid json".
Does anyone know the correct language I need in order to do this.
Kind Regards,
Georgia
Hey
you need to add a comma after the last true. Then on a new line add
“details”: “enter your details here”
---------------------------------------------------------------------------
If I have helped you with an answer, please accept this post as a solution and thumbs up my reply. Thanks !
Blog - JonDoesFlow
Twitter - JonDoesFlow
YouTube - JonDoesFlow
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2