Skip to main content

How would I fill multiple values in a multi-select picklist? Or better yet, randomly fill with any number of the available values (including none)?

 

Simple single-select example that seems to work:

                Days_of_the_Week__c: 

                  random_choice:

                    - Monday

                    - Wednesday

                    - Friday

                    - NULL

3 Antworten
  1. 16. Sept. 2022, 15:08

    Yup, since my list had only 5 weekday values in it, that was tedious but manageable, and seems to have worked.

0/9000