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…..."Name": "Test", "Date": "18\/03\/2026" }, { "Name": "Test 2", "Date":..."18\/04\/2026" }, { "Name": "Test 3", "Date": "20\/03\/2025" }...