Hi All,
I'm using for the first time the Export Data Store Entity to Excel Smart Service to add data to an existing excel template (saved as a doc in appian) (Exporting data to a formatted Excel sheet).
Once I add the data to the excel it seems it adds it in the same row and erases anything on the same row that was there before, I'm trying to add the new data only in one column, different rows instead in one whole row.
Does someone know if this is possible or how I should be configuring the parameters.
customCellPositions
List of Text String
(Optional) Array of cell positions where custom cell values should be added.
customCellValues
(Optional) Array of values to be added on the specified custom cell position.
Or if you could recommend a different smart service to achieve this?
Thanks in advance
Discussion posts and replies are publicly visible
You would need to feed in a CDT to get the node to work - I would suggest trying an arbitrary small (1-column perhaps) CDT and passing an either empty set, or a single row of blank data, to appease the node's requirements.