But it doesn’t like the curly brackets. I’m getting the error: The operation failed with an error. [400] The request body is not valid JSON: unexpected character: line 5 column 161 (char 247)
Thanks for the suggestion. Got this error though:
The operation failed with an error. [400] The request body is not valid JSON: unexpected character: line 2 column 1 (char 2)
Hey, just managed to fix it. To fix the error, I escaped special characters in the “set variable” module text, like double quotes and unescaped backslashes, which were breaking the JSON structure. By adding backslashes before these characters, I ensured they wouldn’t interfere with JSON formatting.