-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Labels
Description
When adding work notes or comments in ServiceNow, we may need to include clickable URLs to reference other records. Currently, there's no standard action to generate these URLs,
Create a Action that generates a clickable URL for any ServiceNow record:
Input:
table_name : The table name
sys_id : The sys_id of the record
Output:
URL: A clean, clickable URL to the record
Message : A user-friendly message (e.g., "Link generated successfully" or error message)
Reactions are currently unavailable