Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can I make a dropdown select (input box with constraint on predefined values in Drop-down) that has its list populated from a table? Cheers.
Choose Predefined Values in Drop-down and enable the option Listed Values and enter an expression to created a comma separated list: =concat(distinct MyFieldHere, ',')
Choose Predefined Values in Drop-down and enable the option Listed Values and enter an expression to created a comma separated list: =concat(distinct MyFieldHere, ',')
Fantastic, thanks!