Hello everyone:
I would like to know if there is any way to solve the following problem.
I have the database created with its record entries for my website, the problem is that when a new record is added through the form, it does not appear on the website in order of the last added by date, the first at all, otherwise which appears in order from oldest to newest.
My problem is that on the website when a new record is added, it appears below the last record that was added previously and I would like the page to order the records by placing the new record in front of the old ones
Should be super simple (and I’m sure Adam is leading you here)… sounds like you just need to sort your repeating group’s data source in descending order by created date. So, try that, and if that isn’t it, provide more information, including screenshots of your setup.