Skip to main content
Community site session details

Community site session details

Session Id : ii77zelV7i9gfWgpgd3IjZ
Power Automate - General Discussion
Unanswered

Json formatting

Like (0) ShareShare
ReportReport
Posted on 29 Apr 2022 08:29:50 by 2

Hi all, 

 

I'm working on my flow that sends a Http request to SharePoint for a customised email alert, i'm having some issues with my Json code - I've managed to build very basic Json code in the past but cannot seem to get this to tie up correctly (I'm learning!):

 

{
"properties": {
"__metadata": {
"type": "SP.Utilities.EmailProperties"
},
"To": {
"results": [
@{variables('UserGroups')}
]
},
"Body": "Add new email body text:</br></br>Field 0: @{triggerOutputs()?['body/Field 0']}</br>Text title field 1 : @{triggerOutputs()?['body/Field 1']}
</br>Text field title 2 : @{triggerOutputs()?['body/Field 2']}
</br>Text field title 3: @{triggerOutputs()?['body/Field 3']}
</br>Text field title 4: @{triggerOutputs()?['body/Field 4']}
</br>Text field title 5: @{triggerOutputs()?['body/Field 5_x0020_Date_x003a_']}

Please follow this link to review the full list</br>@{triggerOutputs()?['body/{Link}']}",
"Subject": "Create User Alert Title @{triggerOutputs()?['body/Title']} "
}
}

 

Also, where i have each of the field titles - how can i make those bold? (I've underlined the ones i need in bold)

 

If someone could help me out and explain what I'm doing wrong? 

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

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!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2

Loading complete