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