assign a value of 1 variable to other in the same catalog item at the time of creation on sc_task

GD11
Tera Expert

I want to assign a value of variable from the form being submitted on portal to another variable on hte same catalog item (hidden variable) . i haev created before BR that doesn't capture the value at time creation , it says undefined. this BR works fine for update but i want ot make it work for create as well. dependent value also doesn;t work becasue i need to assing the free text value being submitted from same catalog item form and not referencing to any table. (we have multiple such cases)

 

GD11_1-1737565524829.png

 

 

GD11_0-1737565493441.png

GD11_0-1737565792462.png

 

1 ACCEPTED SOLUTION

Try with current.request_item.variables... in the assignment line as well.  You could also move this prior to  the task creation activity, since the same variables and values are available to the RITM record and Catalog Task records.

View solution in original post

6 REPLIES 6

Try with current.request_item.variables... in the assignment line as well.  You could also move this prior to  the task creation activity, since the same variables and values are available to the RITM record and Catalog Task records.

@Brad Bowman  Ok , in create a BR on RITM level and let you know how it behaves , thanks for your help !