call the script include from the flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2025 11:25 PM
How can I call GRCUtils().generateProfiles(current, true) in a custom action in Flow Designer? I am trying to create a custom action that functions similarly to the 'Update Entities from Filter' feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2025 11:38 PM
you can use script step in custom flow action and ensure you pass the correct GlideRecord object in that function
what did you try and what didn't work?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2025 11:50 PM
@Ankur Bawiskar
we have otb functionality on entity type which generates profile/Entities .
trying to add this script include in the flow.
created custom action: