Is there any way i can get the entity attribute label from Aggregate so that i can use it to populate to the first row of an Excel worksheet as the header ?
Hi Jerah,
Not sure how we can get the label from aggregate but we can extract the attribute names from entity. Kindly refer below URL
https://www.outsystems.com/forums/discussion/66021/how-to-extract-properties-of-entity-attribute/
Are you using any forge component to export the excel or recordlist to excel and How many columns are there ?
Hard coding of the label is not working in your case?
Best Regards
Devendra
Thank you this is what i need :)
If we use RecordListToExcel widget in our server action then we will get all the entity attributes. Please see the below screen -
Please see the attached OML for sample excel download.
https://personal-itafqtdv.outsystemscloud.com/SampleExcel/Home
Thanks
Vinod