Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Create an approval - how to add details

(0) ShareShare
ReportReport
Posted on by

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

  • Verified answer
    JonDoesFlow Profile Picture
    1,304 on at
    Re: Create an approval - how to add details

    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

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1