The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi,
I am using a webhook triggered script to copy incoming data into 2 tables. None of the updated columns are links.
let uwTable = base.getTable("ATDS data");
let crTable = base.getTable("Combined repository 2")
let inputData = input.config()
conso...
Hey all,
I am trying to update the Owner (type: User) of a record, when a status field is updated. However, I keep getting the error: Field “Owner” cannot accept the provided value: Could not find matching collaborator for string
The automation is su...