Hi all
I am bring in some data from Sharepoint to a workflow. The Attendee column is adding various characters to the name data. The names come through looking like this:
81;#ZZ_John Smith;78;#Mark Smith;105;#Joe Bloggs Carpenter;13;#Ashley Le Brocq;26;#Alan Shearer;
I would like to present the data as simple names separated by a comma, i.e.
John Smith, Mark Smith, Joe Bloggs Carpenter, Ashley Le Blocq, Alan Shearer
I have tried to use the regex parse function, but regex is still in the realms of the dark arts for me at this stage.
Does anyone have a solution they can share with me?
Thanks