UI action to display list of choices to select
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2025 08:32 AM
Hello,
I am trying to display a list of choices for selection when a UI action is clicked on the incident form. Once a choice is selected, it should be mapped to a value and passed as an input from the UI action to a flow in Flow Designer.
I have already set up the action and subflow in Flow Designer, but I am currently stuck on how to add the choices for selection when the UI action is clicked. Any insights would be of great help.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2025 08:39 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2025 08:48 AM
If I'm understanding you correctly, you are asking how to prompt the user for the selections. If that's the case, you will need to create a UI Page to do that. The UI Action calls the UI Page, and the UI Page will call the Flow when the appropriate button is clicked. You can look at the existing "Link an Existing Change to Project Task" UI Action (for the pm_project_task table) to see how that works.