Hello Community,
I have a global template that i have created.
I was able to create an Automation to publish a new page using that template.
The Automation is triggered manually with user inputs.
My problem is:
I want to pass the user inputs to the template and replace the values in the template by the user inputs - is that possible?
Thanks,
Ariel.
HI @arielei
possible yes.
You will need to have the manual input stored in variables.
Get the content of a page already as you want in Confluence, get the body of this page.
Then in the automation, you will need to create the page via the API and use the boady and set the variables that contain the input in the body.
I have not tested this, but theoretically this should be able to work.
Hey @Marc - Devoteam
Thanks for the input. so if i understand you correctly:
You mean to first create the page, then take its html and instead of creating the page from template (in the automation part) - use the html and replace where i want, correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.