As part of an automatic notification system I'm developing i want to use an HTTP request for SharePoint which gives me a list of user emails in a group. i followed this thread (Guide) to set up the HTTP request, check the outputs, and get everything working:

Everything succeeds except for later at the very bottom where an email action errors out because of the format that the emails are spat out in from the join function:



Emails Blurred for privacy, the issue is that the join function is adding or keeping the "{\" components from the HTTP request, and the Email action just wants emails separated by Semicolons.
AM i going about this in the right way? and if i am is there something i can change to format the end result of the join action to be something the email action accepts.
Thank you 🙂