I've been trying to update a multipleCollaborator field without overwriting. Specifically I have a lookup field with user IDs and I'm trying to copy the same IDs (hence collaborators) to another (empty) collaborator field.This should be relatively si...
for (let d in daylist) {
await currentTable.createRecordAsync({"Actual Date": daylist[d],
"Assignee": [{id: assigneeID}]})
};
Is there any reason why the above snippet works in Scripting Blocks and not in the Automat...
@Alyssa_Buchthal @Vic_Airtable – Apparently if one template uses the linked field incorrectly then the whole functionality is lost...The problem is that there are no error messages to point you to what template is wrong...
I think this has been solved, right? Now, provided the user has access to that record, the comment goes to the interface the user uses the most (unless they have access to the interface where the comment was originated from)
My bad, I guess Google does allow unauthenticated access. Still – I think you all are mistaking an enterprise database software for little business applications. AT is for big companies. You can still use AT as your backend, for unauthenticated (simi...