Concatenate on Input Selection

Hi,

We have a database table with split First Name and Surname as separate fields. In most cases, I’ve used concatenate to pull the values together. I need to display a first name and surname in a drop-down box but the label field will only allow me to select one field.

Could someone tell me how to do this?

thanks

Hi,
for the moment the best way is to generate a new array containing an additional label key.
We know this is not very convenient, and this is why we already implemented an upgrade of the select component to be able to use formula instead of just a path. But this is still under testing on our side, will be release soon.

No problem, thanks for coming back to me!