I need to combine tokens from mulitiple sources and cannot figure out how to do so. For Example:
I have one source creating tokens of "People" and one creating three sections of "vaccines". How do I take the person token (1) and combine with one of the three available shot types (A, B or C). The person can only have one shot. and then release one new token that has their two labels. Such as person 1 gets shot A and the two tokens combine and releases a token labeled 1A. Thanks!