Hello,
I have a SharePoint list and one of the columns in the list is a number column "VelocityAppID" and that column contains e.g. "111,111" in almost 1000 list items. I created another column with a string datatype, and I called it "txtVelosityAppID".
I would like to remove the comma from each value of "VelocityAppID" and then put the cleaned value into "txtVelocityAppID.
Any help is appreciated.
Thank you.