Hi,
I have a workflow that concatenates fields based on a list box.
However it looks like this will concat based on which field shows first in the list box.
How can I modify this so a user can change th order of fields before concatenating?
thanks.
Hi @wonka1234
You coud sort the fields before you concatenate like so,
But I think you mean have complete control over the order... which I believe the answer is "it's not possible (at least elegantly)".
Happy to be corrected by other folks out there.
@PhilipMannering thanks for trying :(