I have a workflow in which I'm creating some tokens at the beginning. These tokens are assigned a value at the start of a For Each loop, but I need to clear them at the end of the loop so that I can assign some fresh values during the next iteration. How do I do this?
I only see "append values" and "replace values" in the token dialog. I also need a "clear values" option like we have in the Assign Field values activity's dialog.
I also looked for a way to delete the tokens and recreate them, but couldn't find a way to do that either.