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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives