Hi @Admin7267 

 

You're using Service Catalog as trigger so current object will not be available in the inline script.

Use fd_data.trigger.request_item.sys_id  instead of fd_data.trigger.current.sys_id in your script.

 

Let me know if it works.