adam39
3
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:
#my-rg {
display: flex !important;
flex-direction: column-reverse !important;
}
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(!)