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 respuestas
Yup, since my list had only 5 weekday values in it, that was tedious but manageable, and seems to have worked.