I'm using the the a!exportDataStoreEntityToExcel funtion and I'm trying to use customCellPositions and customCellValues. I always end up with the error message:"Interface Definition: Expression evaluation error: An error occurred while executing a smart service: Custom cell positions can’t refer to cells below the starting cell. Otherwise, they would be overwritten by data being exported. (APNX-1-4505-037)"
Discussion posts and replies are publicly visible
Hi Kevin,
Please try the below.
Set the "Starting Cell" position as "A2"(second row).
Custom Cell Positions can be set as "A1", "B1", etc.
Thanks,
Vadivelan
Thank you, your solution helped me resolve the issue quickly