Please tell me how to use a simple script to make a multiline variable and assign this variable to the "Description"?
For example I have variables var1,var2,var3
When sending a request, I want to write the "description" field according to the template
Some text + var1
Other text + var2
Some more text + var3