Trying out record centric design for the first time and I have a multiple dropdown field on the interface. Using the recordType (no data yet, just structure) as a rule input does not allow for me to specify a field as an array (like can be done with a CDT). Is there a way around this or is it as simple as 'if a multiDropdown is involved a CDT must be ctreated?
Discussion posts and replies are publicly visible
Depending on the use case, you can store the values comma-separated in one field, or create a separate record in a one-many pattern.
Unknown said:you can store the values comma-separated in one field
not sure I understand. The field is one of several in a particular recordtype. How can I make this possible?