Hi
I’m trying to build a script that updates a multiple select field from one option “option1 / option2 / option3” into multiple options after I map through the string to make each word an individual option.
Example
Before:
option a : "option1 / option2 / option3"
After:
option A: option1
option B: option2
option C: option3
Any ideas on how this could be done?