Unable to move checkbox while integrating
I am trying to integrate Airtable with Smartsheet using API connections.
In the process, I want to move a checkbox column within Airtable to another checkbox column in Smartsheet.
When I tried with the below code it throws an error of Unable to parse request.
if(record.get('Calendar') != undefined && record.get('Calendar') != null){
console.log(record.get('Calendar'));
rowToCreate.cells.push({
columnId: columnMap['Calendar?'],
objectValue: {
objectType: "CHECKBOX",
values: record.get('Calendar')
Is something missing here?
Answers
-
Hello @Aayushi
I see that you have opened a ticket with Smartsheet Support regarding this topic.
At this time, this is the better route to take for your specific question.
Cheers,
Krissia
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives