Hi there,
I need to export data to an excel file shown below. I know it's easy to use "Export Data Store Entity to Excel" smart service to export the material list at the bottom, but could anyone know how to combine the upper and bottom parts together to export to an excel file?
regards,
L
Discussion posts and replies are publicly visible
You can use Custom Cell Positions and Custom Cell Values parameters for the upper part (Id, Status, Created By, etc) in the sheet.
Then, define the cell (for the bottom part) from where the service will start writing data using the 'Starting Cell' parameter.
thank you.