Hi,
I have 3 fields in custom table:
Team
System
Groups Available
values in custom table are like for Team A and System A, Groups Available can be AB1, AB2, AB3. So there will be 3 records for the combination of A and B in custom table.
In offering, I am providing 3 useroptions,
UO1: entity link fetches Team values from custom table
UO2: entity link fetches System values from custom table
UO3: fetches Groups Available values from custom table
Use Case is : When user selects value "A" in UO1, value "B" in UO2, then UO3 should be populated with values AB1, AB2 and AB3. (Here, populated means it should not come appear in list, from which user can select 1 or multiple values. populate means in 1 String field, all 3 values should be visible, may be separated by comma ",". user will not get option to select anything.)
I tried with "Define suggested values based on filter" rule, using UO3 as entity link type field. but here all 3 values appear as list. User doesnot want to allow user to select anything. User wants all 3 values to be there showing in 1 line.
then I tried with Lookup expression function, using UO3 as String type. But here lookup returns only 1 record. so I can see only 1 Groups Available value in UO3 field.
I tried using concat function, but that didnot return me anything.
Can you please help me what function to be used if i want to pull multiple values in String type field?
Thanks in advance,
Darshana