- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 02:30 AM
We have a sub workflow which is used in all the catalog items. This has a run script activity which GlideRecords the sc_request table to populate some values. After that it waits for some duration and then a notification is sent. Now we are updating this to sub flow, As I am new to flow designer I am not able to get that how to run the script. Please help on this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 02:30 AM
Hi @SHALIKAS ,
Create a Subflow as below:
1. Define required inputs. Output not required
2. Use action "Update Record" to set Short Description and Requested For
To set "Requested For" use below script:
Please mark my answer helpful and accept as a solution if it helped 👍✔️
Kavita Bhojane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 03:59 AM - edited 04-16-2024 04:00 AM
okay cool then create a custom action.
Regards,
Ranjit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 06:57 AM
For that how can I access the variables from the variable set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 02:30 AM
Hi @SHALIKAS ,
Create a Subflow as below:
1. Define required inputs. Output not required
2. Use action "Update Record" to set Short Description and Requested For
To set "Requested For" use below script:
Please mark my answer helpful and accept as a solution if it helped 👍✔️
Kavita Bhojane
