Hi,
In my dropdown field, I need the choice Labels to be concatenate two fields.
choiceLabels: concat ( fieldname1 & "-" & fieldname2 ). When I Used this, I am getting below errror:
A dropdown component has an invalid value for "choiceValues". The choiceLabels and choiceValues arrays must be the same length, but choiceLabels was length 1 and choiceValues was length 101.
Discussion posts and replies are publicly visible
HiI think that the problem is that you are concat all the values together and not using an a!forEach to have one label per choice valueCan you share your code?
thanks for your reply, I created the custom record field to concat and it worked.