UI action to display list of choices to select

kmannem
Tera Contributor

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!

2 REPLIES 2

JenniferRah
Mega Sage

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.