Hello everyone,
I’m working on a feature in my app that involves a Repeating Group displaying deliveries. I’ve set up a button that allows users to download the data from this Repeating Group as a CSV file via the “Download data as CSV” action. However, I’m encountering an issue: the fields for transport companies and delivery personnel appear in the CSV file as IDs instead of their names.
My goal is to ensure that, when users download the data, they see the names of the companies and delivery personnel instead of their IDs, which would make the file more understandable.
Does anyone have suggestions or advice on how I could adjust my workflow or database to solve this problem? Is there a best practice to ensure that the downloaded data reflects the names instead of IDs?
Thank you in advance for your help and feedback!