I'm using an Office 365 Users Send Http Request connector and want to parse the outputs as a table to be used in a generative answers node, however the JSON outputs are in curly quotes instead of straight quotes.
Outputs:
{
“displayName”:“Doe, John”,
“givenName”:“John”
}
Instead of:
{
"displayName":"Doe, John",
"givenName":"John"
}
So despite having the right schema the parse value would return blank since it can't read the output JSON.