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.
Perhaps I am just completely missing something but I have been attempting to set up an automated outlook email to send certain notifications to some of our customers.
Most of the formatting I have been able to find in the link provided in the automat...
I have been attempting to catch a hook in Zapier from a scripting app that I run daily. The content of the request is designed to capture some metrics from the actual running of the script.
I have previously run caught a webhook from a scripting auto...
Just had a quick question on something I have seen pop up any time I try to create a prototype functions. Any time I do so, the new function will be underlined in red and any time the function is called, it will be underlined but the script still see...
Apologies in advance, if this has already been recommended or if this feature already exists, and I just missed it.Currently, when editing the permissions on a specific field, the two exceptions for editing a field are for allowing fields to be set t...
Hello. I have been running a number of scripts on different bases, most of these bases are in the 10s of thousands of records.
I haven’t made many (if any) changes to these scripts but am noticing an incredible amount slow-down, primarily when I do a...
Hi Rose,
To update a field with multiple linked objects you would do the following:
await table.createRecordsAsync([
{
"fields": {
"Name": tempArray[a],
"Linked Field": [{id: recID},{id:recID2},{id:recID3}]
...
This might be related to the scripting app’s auto-parser which there is unfortunately no way of opting-out of.
The issue that is linked was about numbers being put in scientific notation automatically, but I would assume that both issues arise from t...
A good point! My mind just immediately went to the more complex solution. Whoops.
Well all I’ve got for you now is if you didn’t want to use lookups but it looks like you got it handled.
Good luck.
Hello Dominic,
I believe I have also done something similar to this in a few of my different bases. It sounds to me like you want to isolate a value at a point and time and preserve it to a record since that value will change as records are created.
...