So I have a Choice field being populated from a pre-defined list of options. In the same source as the list of options, I also have a field do mark which of those are default options.
I’ve created a Query column that pulls the Default Option IDs in to one row and also a Joined List that can be used.
But it seems like the Default Value field in the Form screen can only handle one default option. Is there any way around this?
This is the joined list that sits in the table the Form is using (inherited from the next screen back). It’s derived from the column next to it which is a Query column that queries the Table that holds what weapon is attached to what unit.
It’s because Glide writes your choice without the space after the comma.
Hence when you set the default as “Plasma pistol - standard, Plasma pistol - supercharge, Artificer crozius”, only “Plasma pistol - standard” is picked up, subsequent elements have a space before it so they are not mapped to the actual choice.