Use a Variable in your Template
1 min
after you have add a variable docid 5a1u3h8 jv0g31bhttu8y (also known as parameters) to your document template, you can use them in a variety of ways you may be interested in outputting the variable value (i e out tag) using the variable in a condition statement (if tag) using the variable in a for loop (foreach tag) to output the value of a variable create a new out tag set the value of the out tag to ${variablename}, where variablename is the name of the variable that you want to output here is an example of an out tag where the priority variable is configured to be outputted to use a variable in a condition statement create a new if tag include ${variablename} in your select statement, where variablename is the name of the variable that you want to output here is an example of an if tag where a value from the data source is compared to the priority variable