Or if you are looking to randomly pick from a list
something like the below will work:
pick = ['Entertainment','Social','Printed Media','School','Work','Hobbies'];
generate("Custom List", values: pick)
Or if you are looking to randomly pick from a list
something like the below will work:
pick = ['Entertainment','Social','Printed Media','School','Work','Hobbies'];
generate("Custom List", values: pick)