Is there any possible ways to update a single line of text data field without overwriting existing data?
For example, I execute the workflow and update a field called name list with data A.
And then, I execute again the workflow to update name list with data B.
Is there any ways to concatenate both data A and B and display as A - B in the name list data field?
Thanks in advance