Does anyone have experience with Celigo to Smartsheet API Syntax?

I am using Celigo but have been stumped on proper syntax to update a row in Smartsheet from NetSuite. I am able to identify the Sheet ID, Row ID, Cell ID but have not been able to successfully update a row. Have tried to use different variations of: rows.id[2691881577385860].cells[17].value
with no luck.
Thanks in advance for any assistance or pointers.
Herman
Answers
-
Hi @HR_Valeo
If no other Smartsheet Community members respond with their Celigo experience, you may want to post in a developer community (such as Stack Overflow) or Celigo's community for more help.
Cheers,
Genevieve
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
-
Hi Herman,
Iβve worked with Celigo and Smartsheet integration, and updating a row can be tricky with the syntax. For updating a row in Smartsheet using Celigo, the syntax generally involves specifying the row ID and updating the cell values as a JSON object.
In your case, try using this format:
jsonCopyEdit{ "id": 2691881577385860, "cells": [ { "columnId": 17, "value": "Your New Value" } ]}
Make sure the
columnId
corresponds to the column you want to update, and thevalue
is the new data you want to set. In Celigo, this should be added in the body of your PUT request for the Smartsheet API.If this doesnβt work or you need more help with the NetSuite integration using Celigo, let me know. Good luck!
-
@HR_Valeo
We do lots of netsuite integration work here at Prime, the way the SMAR api works is you need
sheet id - url from SMAR
row id - object from SMAR
column id - object from SMAR
column value - object from NS
So in order to do an update you need to GET all columns from smartsheet that you are interested in updating, you then MAP these column ids to your data via the names in NS. Now you have the appropriate JSON package to send to SMAR for update.Principal Consultant | System Integrations
Prime Consulting Group
Email: info@primeconsulting.com
Follow us on LinkedIn!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives