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.