When I’m trying to parse the post request into the body with an variable that has this content (VARIABLE1 = test
VARIABLE2 = f_4325623525) it isn’t working…:
To isolate cause, can you try it without variable?
It may be better to read text file using ReadTextFile activity, then pass it to HTTP Request.
If it works, it’s matter of passing variable.
If it doesn’t work, it’s matter of settings of HTTP Request.
-Before constructing the JSON string, log or display the values of VARIABLE1 and VARIABLE2 to verify that they contain the expected values.
-Ensure that you are using double quotes (" ) consistently in the JSON string construction.