Hello everyone,
I’m quite new to using Coda, but I wanted to give it a shot.
So I wanted dropdown menu that I could use on multiple pages (with the same options). What I figured was to make a table and use the /Relations and link the table. But I have an issue with this, when selecting multiple options they simply add a +(amount) next to the selected option. Is there any way to display all the selected options instead of this?
Image just shows that even options that have way too much text will still be displayed, but selecting multiple with sort values will produce the +(amount) effect.
Which creates a flat list (ListCombine()) of the currently selected options + the text value "Blank" if Blank is also selected, otherwise, it just returns the list of the selected options.
And if this is blank (the If() doesn’t return anything), it will return the text value "None" (instead of an empty list ([]))