To be clear, you’re trying to update the value of a single-select field (called ‘Last update’) to be ‘Internal’, which is an existing option for that field, is that right?
HI @Chr1sG. Thanks, but is there a way to not have to hard-code the label of the option into the script action, so that the script does not break as option names are improved, corrected, normalised or changed for whatever reason. I have tried various ways to use the UUID of the option, but I cannot figure out the correct object notation, even though I have tried pretty much all combinations with the UUID and even Public ID.
Is the workaround to use addCollectionItem with the enum DB’s entities field somehow?
Thank you so much! Yes, also multi-select. But this single select one helps a lot, as I kept trying to pass it as an object, not realising that the whole s.match is probably because you are checking to see if the string is a UUID or not.