Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

You can use Select component with dynamic data 

  • Objects Filter
  • Events filter
  • API operation response

In this article we show using Select with Data from Objects Filter

Step-by-step guide

Let's do it together

  1. Goto Objects in your APP
  2. Create 2 columns (code and Name)
  3. Create New filter and setup it 
  4. Goto Constructor
  5. Add Select component on the screen 
  6. Select this component to see it's properties
  7. Choose Dynamic options 
  8. Put in Data Source the hashtag for your filter (for example - #ObjectsFilter:ourData:Data# )
  9. Put in Label key the objects@ + column name from Objects (for example - objects@code )
  10. Put in Value key the objects@ + column name from Objects (for example - objects@Name )
  11. Save screen
  12. Open mobile app and check the result (in this picture - Option label is from Static options in that component )


Be very careful when filtering any data! Users will be dissatisfied if the item list contains more than 10 items.







  • No labels