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?
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2