You have access to Random in painless. Alternatively, if you have something like a timestamp in your mock data, you can calculate something like timestamp % 3 and assign 'Working', 'Archived', or 'InReview' based on the value.
1 Like