I've spent all evening searching for the answer on this one... please help.
I add this into a compose action:
[{"Group":2512276,"TimeSlot":"0"},{"Group":2517214,"TimeSlot":1"},{"Group":2513377,"TimeSlot":"3"}]When the flow is ran, the body section of my HTTP post action, where the compose is inserted shows:
{
"Name": "AA - 12220573_637004232000000000CG",
"CustomerRef": 45345,
"SiteID": 2243,
"Access": "[{\"Group\":2512276,\"TimeSlot\":\"0\"},{\"Group\":2517214,\"TimeSlot\":1\"},{\"Group\":2513377,\"TimeSlot\":\"3\"}]"
}
See the screenshot below. How do I stop Flow from adding the \ to my post body?
