I'm trying to follow Tom Riha's method to add form respondents to an Outlook invite but I can't get it to work.
https://tomriha.com/use-power-automate-to-forward-outlook-events-upon-registration/
{
"attendees": [{"emailAddress":"{\"address\":\"xxx@xxx.com\"}"},{"emailAddress":{"address":"xxx@xxx.com"}}]
}
This is what it looks like for the body of the HTTP action and I seem to get double quotes before the curly brackets for the array - which aren't in the instructions for it. - Are those double quotes the problem? And if so, what can I do about them?
Thanks for any pointers.
Christine
Slightly different approach, but this worked and I'm posting the entire solution here. I'm deviating from the original, starting with a filter action because the existing attendees come through with an empty record which I want to take out.
The From split expression is:
From is Filter output
emailAddress is {"address":"@{item()}"}
This is where I used Wearsky's suggestion:
{
"emailAddress": {
"address": "@{outputs('Get_response_details')?['body/responder']}"
}
}
{
"attendees": @{variables('varAttendees')}
}
Thanks, @v-xiaochen-msft, works like a dream now!
Hi @Amapola188 ,
Please try this
Best Regards,
Wearsky
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2