Hi, need a hint
Expected Behavior
Put in to params Select value from Tables (users) for select.
Actual Behavior
On page add Select, in Hadlers On Page Enter add this
- Get all users records (Users table)
- Set all option to Select
- Set 1 value (by default) in Select
But on Page value Select1 is empty
Hi Vadim,
Step 1 (âLoad Table objectsâ) returns a collection of objects. That means list
will contain a collection. In step 2 youâre retrieving the name
property from a collection, that doesnât make sense. Collections have only objects. As a result, step 2 will not produce anything meaningful.
Regards,
Mark
1 Like
Mark, hi
@mark-piller
Ok, no problem, step 2, Set Options â list
How i can retrive data on form?