Hi guys, i want to know how can i fill the “dropdown” control in APPS? In my case i need set several options and link each one option with an action (button) to display any page inside a page container.
Example:
Select an option here, and set an event in the button to link that option name with a page created and load in any page container.
Hi @iamjona,
go to list source. Than add the expression list. And write Fx.List(“Option1”,“Option2”).
Afterwards you can add a rule in your generate button with the expression if to declare different functions.