Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 03:37 AM
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.