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.
Hey, I am wondering if it is possible to do these things using the Block SDK:1. Check if an automation exists in a base/table by name. 2. Create Automations on a table if they dont exist3. Automate updating an automation scriptUse Case: I have a Bloc...
Hello. I am having some trouble updating a field in my record with a linked field from another table. Here is what I have so far:
Lets say the creative record exist its just not linked
if (creativeRecord) {
return creativeRecord.id;
}
I put ...
Thanks, yea shortly after posting this I figured that must be the case. Is there anyway to do something like this:
const lookupCreative = base("LookupCreative");
const [creativeRecord] = await lookupCreative
.select({ filterByFormula: `Hash="...
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.