I have a list with 2 columns (label field). I push empty token to list to get the list capacity to 10.
I have another flow going, which has token label assigned to it. At certain point in the flow I want it to pull from the list if there are any list value available. If there are, then I want it to assign it's token value to a that specific columns in list. What can I do?
Currently when I add push to token.label.value it gets added to list however in the value column instead of a specific label column of that list.