Hi, string from Output Datatable activity
EG. Staff Name, Staff No
ABC,123
would like to replace the “,” with tab to create a string that is something like this
Staff Name Staff No
ABC 123
replacing with space does not work,as alignment would be off
I’ve tried replace with “vbtab” but it just writes “vbtab” instead of sending tab