I have a Text Field in a Data Table which is set as a List. I want to be able to display the contents being entered into that List, so that the latest entry appears first in my UI. At present, it lists the Items in the Text List in the opposite order - that is, the latest entry always goes in last. I understand that it is very easy to add a sort order to any standard Date elements, etc. and I don’t have a problem in that regard - it’s just getting the sort order right for a Data Table Text List…
Thank you - it almost works. My list is in row order - your code gets them in the right order (“backwards”) but places them as columns, instead of rows. Corrected is this - as counter-intuitive as it seems:
Side Note: This still does not work. My research shows that List Items from a Text Field in a Data Table can be extracted almost in any order and bubble does not guarantee the list order(!)