- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 12:48 AM
Hi, I have a 'Create Record' step in a custom action that creates a record in the required table. My next step is a script and I want to use the sysid of the created record in the script but is does not appear to work when I do
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 01:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 01:11 AM
Hi
Create input variable in script step
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 01:27 AM
Thank you so much this is work. I was creating the input in Actions inputs rather than directly in the script where is was being used.
Max