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