Announcements
Hi,
Is it possible to set the choices in a choice list programmatically, by getting them to reference a list or something like that?
Apologies for the noob question.
Thanks in advance
I don't think so...that form is rally basic. You might be better off handling it with separate Message fields:Example:
Copy and paste this into a blank flow; it will show you how input dialog boxes can be routed through using a Switch -> Case functionality:Variables.CreateNewList List=> AlphabetVariables.AddItemToList Item: $'''A''' List: AlphabetVariables.AddItemToList Item: $'''B''' List: AlphabetVariables.CreateNewList List=> Fruit_AVariables.AddItemToList Item: $'''Apple''' List: Fruit_AVariables.AddItemToList Item: $'''Appricot''' List: Fruit_AVariables.CreateNewList List=> Fruit_BVariables.AddItemToList Item: $'''Banana''' List: Fruit_BVariables.AddItemToList Item: $'''Blueberry''' List: Fruit_BDisplay.SelectFromListDialog.SelectFromList Title: $'''Choose a Letter!''' Message: $'''What letter do you want to start with?''' List: Alphabet IsTopMost: False AllowEmpty: False SelectedItem=> SelectedItem SelectedIndex=> SelectedIndex ButtonPressed=> ButtonPressed2SWITCH SelectedItemCASE = $'''A'''Display.SelectFromListDialog.SelectFromList Title: $'''Choose a Letter!''' Message: $'''What letter do you want to start with?''' List: Fruit_A IsTopMost: False AllowEmpty: False SelectedItem=> SelectedItem2 SelectedIndex=> SelectedIndex2 ButtonPressed=> ButtonPressed2CASE = $'''B'''Display.SelectFromListDialog.SelectFromList Title: $'''Choose a Letter!''' Message: $'''What letter do you want to start with?''' List: Fruit_B IsTopMost: False AllowEmpty: False SelectedItem=> SelectedItem2 SelectedIndex=> SelectedIndex2 ButtonPressed=> ButtonPressed2ENDGood luck!
Hey Michael, thanks for the work around. Shame I can't edit the choices themselves. I hope they improve the custom form in the future.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 269 Super User 2026 Season 2
trice602 184 Super User 2026 Season 2
11manish 136 Super User 2026 Season 2