Hello,
I have a table formatted like this:
Type | Percentage | Label |
1 | 10 | A |
2 | 20 | B |
3 | 10 | C |
4 | 30 | D |
5 | 30 | E |
I would like to randomly assign a label value to a token according to this table. I know there is a function in an assign labels activity block to assign labels by percentage according to global table lookup, however, this table has a large number of rows and I rather not enter them all manually. I was hoping there would be a better way to do this.
Thank you in advance