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
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives