Is there a way to receive a distinct list of properties of a smart multi-select field?
Example:
I have a form myFrm with a field winners which is of type smart multi-select referencing form othrFrm holding the winners of a running challenge with fields distance and name. (selected field is distance with "reference to records" option set)
I have records (distance,name) like (100m,John Doe),(200m, John Doe), (400m John Cash), and many more.
For winners in myFrm I select 100m, 200m and 400m.
I receive the list of the names by
winners.transform(name).asList
which gives me
John Doe,John Doe,John Cash
What I need would be
John Doe,John Cash
Any suggestions?
Sorry to say, but we dont have a function like that available in ConfiForms at the moment.
But will add it ASAP. Watch out for the app updates (a version that will be published after the 3.11.5)
On cloud this will be available immediately
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.