I’ve also tried your first option a few different times, but I keep getting stuck here.
It won’t let me run the test and it doesn’t work. I can’t figure out what I’m doing wrong.
It also seems like in a Multiple Select situation that automation woul...
Stumbled onto this bit of code from a previous poster (made some customizations) …
const
targetField = base.getTable('Businesses')
.getField('Business Type'),
tfChoices = targetField.options.choices,
name = 'Option';
if(!tfChoic...