Hi Paul,
I would recommend going through workflow with a simple SmartObject call and a Join inline function. It's possible via Smartforms, you can use Multi-select control to handle this and a rule to transfer the data. Perhaps, the below steps might work for you.
Doing this via Smartforms.
1. Add Multi-Select control and set Data Source to use the SmartObject.
2. Add a button rule to transfer data from Multi-Select control to a data label.
At runtime, it will looks like this.
Concatenate name via workflow.
2. Add a Set Variables step and use the Join function to achieve it.
thanks Khanh
this solution worked perfectly
Paul
I'm trying to do something extremely similar to this.
I have a list view displaying all records created / submitted on behalf of logged in user.
The user could belong to multiple teams (also displayed on a list view on form)
When a user clicks on a image for 'Team Requests' I'd like to filter the primary list with all of the values in the Team View.
Main View: ID / Team Name / User
Team View: Team Name (pre filtered on form initialization by username)
Click Image - Filter Main View by the Team Name(s) in the Team View. The number of teams could range from 1 - 5.
I was looking into some additional posts and they don't include instructions clear enough to where I can make this work.
When I run a 'when list is executed' / for all items in list / transfer data
I've tried into an expression & a datalabel - it only seems to populate the last record in the list.
Help needed. See Image