I have an issue ordering a list by date. My Word file contains the following code:
<<foreach [in MyData.OrderBy(p=>p.Date)]>><<[Name]>><</foreach>>
I want the list to print the elements of that list ordered by date. Ho…...Ordering did not work, because date JSON strings were not recognized...the “dd/MM/yyyy” part using a json file value? If this is possible...