@servicenow14710 

 

Yes,

 

Using current.sys_id will provide the sys_id of the record to which the workflow is attached. Typically, when a catalog item is submitted, a new record is created in the 'sc_req_item' table. To obtain the sys_id from the 'sc_req_item' table, you can use current.cat_item.

 

If my answer solved your issue, please mark my answer as  Correct & 👍Helpful based on the Impact.

View solution in original post