Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 12:31 AM
Yes. Better to use it on Catalog Task activity in the workflow while creating the catalog task.
In the advance script
task.description = 'Name: '+current.variables.name+'\nProduct: '+current.variables.product.getDisplayValue();
Similarly for task 2
task.description = 'Location: '+current.variables.location.getDisplayValue()+'\nContact: '+current.variables.contact.getDisplayValue();
Please mark this response as correct or helpful if it assisted you with your question.