I am developing some automations in Jira and I want to create pages in Confluence. I am creating the page successfully if I copy the storage format from a confluence page template manually in the body of the web request
Now, I want to make this more dynamic. I want to get the storage value via web request from the template:
The above web request is working. I tried the Get request with postman and I get the correct storage format:
When I want to store the storage value in a variable in the automation it is stored this way without the "\" in front of the quotation marks in the text:
With that, I get an error in the web request as you can also see in the above picture.
What am I doing wrong?
Best regards,
Florian