![kaleab_yalewdeg kaleab_yalewdeg](https://community.airtable.com/legacyfs/online/avatars/2X/e/e905cf98bc9889d48138784edaeb27588d8d6d7c.png)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dec 21, 2019 11:03 PM
Please help me its urgent. I only wanted to update a cell by adding (appending) new value to it to make it like the picture I provided, but it is replacing the previous cell value here is my code that updates.
base(‘Participant Score’).update([
{
“id”: “recZbJYK8KPYZcIdI”,
“fields”: {
“Score”: [
“recvwoc3tOqfdjXUk”,
“rec0CRNPStI5JI0zN”
]
}
}], function (err, records) {
if (err) {
console.error(err);
return;
}
records.forEach(function (record) {
res.status(201).send(record)
});
})
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 04, 2023 01:34 PM
Hi,
I realize this post was from a while ago but I have a very similar issue and would like to know if there ever was a solution.
Thanks
![](/skins/images/DD0CD7D0ACF200EF4456420D87029A3D/responsive_peak/images/icon_anonymous_message.png)