Hi there!
Need some help with creating new lines in a SharePoint List based on output in a ParseJSON.
I have managed to create all the lines residing in the ParseJSON output, but I have issue as all the data is in string format.
Is there a simple way to format some of the string values prior to creation of lines in my SharePoint list?
1. Current string value for the date format is "2011.09.20" and the desired is "2011-09-20"
2. Current string value for number is "100.50" and the desired is "100,50"
Any help is appreciated, I have worked on this for a wee without any success 😞
BR / Zoran