In case %(Multi_#@Count@#) initially equals 1, I would expect %(Multi_) be empty after executing:
Why does Workflow 9.2.1.227 leaves %(Multi_) unaltered?
EDIT July 7th: anyone at Laserfiche could help please ?
In case %(Multi_#@Count@#) initially equals 1, I would expect %(Multi_) be empty after executing:
Why does Workflow 9.2.1.227 leaves %(Multi_) unaltered?
EDIT July 7th: anyone at Laserfiche could help please ?
Sorry for the late reply. A multi-value token with a single value treated as a single-value token. Multi-value token function, like RemoveAt, are not applied to single-value tokens.
As a workaround, you can use the value count to detect whether you're in the single or multi-value case.
Thanks Miruna. I thought Laserfiche makes the difference between a single-value token and a multi-value token with one value... Anyway your workaround is in place and it works great!