How do I pass the Sys ID of the current Business Application in a UI Action to a Flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 08:09 AM
I've got a UI action called 'Inherit parent BIA outcomes' on a business application form:
The code within the UI Action is:
Can anyone guide me on what I need to do pass the Sys ID of the current Business Application into my flow so that the flow runs when the user clicks on the UI Action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 02:48 AM
Hi @Ankur Bawiskar I managed to find a solution by adding the 'updated by' condition in the trigger and that solved my issue so that there isn't a conflict.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 02:52 AM
can you share what worked for you so that it helps other members as well?
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-14-2025 02:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 03:08 AM
Can you check your earlier question? Seems you marked your own response as correct
How to apply a SYS ID from a piece of code within the Look Up record action of flow designer?
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-14-2025 04:10 AM
@Ankur Bawiskar I've now updated the correct response