Help

Re: Create multiple select option if doesn't exist

118 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Tim_Arnold
4 - Data Explorer
4 - Data Explorer

Is there a way to create a multiple select options via scripting blocks? I would have though if you set a field to a new option that doesn’t exist it would create it but doesn’t seem to be the case

10 Replies 10
MatiasTN
5 - Automation Enthusiast
5 - Automation Enthusiast

Ran into the same problem, and it was super useful to learn that you cannot use "updateOptionsAsync" in scripting blocks.

Thus the option is to output the multiple select from the scripting block, and then use an Update block to insert those values into the record. The Update block will also create the options if they do not exist yet within the multiple select field.