Hi Community,
I'm looking for the standard best practice for formatting column headers in a module export.
When I export a list and use one of its properties as a column label (e.g., the property Code), the exported header defaults to the "List Name.Code" format. To create a cleaner and more integration-friendly file, I need the header to be just "Code", without the list name prefixed to every property column.
What is the most efficient and scalable way to remove this list name prefix from the headers?
Thank you.