Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Cupcake
Mega Guru

Go to the workflow editor, go inside of the catalog task that you want the short description to contain specific values of those variables and type the following script:

task.short_description = (current.variables.xxx_xxxx_xxxxx + " + " +current.variables.xxx + " + " + current.variables.xxxx_xxx_xxxx_xx_xxx);

Of course, the x's represent whatever the name of your variable is (such as abc_company); therefore, that would equate to task.short_description = (current.variables.abc_company + " + " + current.variables.xyz_company);

Hope this is helpful.

Version history
Last update:
‎08-27-2015 09:23 AM
Updated by: