Service Catalog Variables map to description field on Service Catalog Task

purdue
Kilo Sage

Hello,

I need to map variables to description on Catalog Task but I tried using scripted option but keeps erroring out.  What is the syntax for this.   Any assistance is appreciated.

Screenshot 2024-06-07 at 12.59.48 PM.png

Screenshot 2024-06-07 at 1.06.30 PM.png

1 ACCEPTED SOLUTION

Hi @purdue could you please also check the semicolon at the line 3. I missed it. it should be like below

var desc = [];

 

Let me know if it is working or will find another solution.

View solution in original post

22 REPLIES 22

Look at lines 3,4,5.  You have opening quotes but no close.

Hope that helps.

:{)

Helpful and Correct tags are appreciated and help others to find information faster

Screenshot 2024-06-11 at 1.58.10 PM.png

Thanks.

Is everything working?

Hope that helps.

:{)

Helpful and Correct tags are appreciated and help others to find information faster

Hi @purdue could you please also check the semicolon at the line 3. I missed it. it should be like below

var desc = [];

 

Let me know if it is working or will find another solution.