Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
If you are self-hosting, what version of Baserow are you running?
1.32.5
If you are self-hosting, which installation method do you use to run Baserow?
Docker version 28.0
What are the exact steps to reproduce this issue?
The order of lookup file field is not the same as the other fields. But sometimes it’s correctly ordered, sometimes not.
For the first row, the files are correctly ordered in the template field:
- TEST 1 → TEST1.docx (id 46)
- TEST 2 → TEST2.docx (id 47)
- TEST 3 → TEST3.docx (id 48)
For the second row, it’s not
- CONTRAT FINANCIER PARTICIPANT FR → MATRICE_BR_contrat_pedagogique_2024_FR_AN.docx (it should be MATRICE BASEROW_CF_2025.docx)
- CONTRAT PEDAGOGIQUE FR-AN → MATRICE_BASEROW_CA_PARDI_CATALOGNE_04-05_2025.docx (it should be MATRICE_BR_contrat_pedagogique_2024_FR_AN.docx)
- CA_2025 → MATRICE BASEROW_CF_2025.docx (it should be MATRICE_BASEROW_CA_PARDI_CATALOGNE_04-05_2025.docx)
The same result appears both with a lookup field or a lookup formula.
The order is preserved for all lookup value except files (see the field NOM GENERIQUE)
It’s not an alphabetical order, not a numerical order, so i can’t explain.
Do you have an idea ?