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...
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...
We are in the process of transitioning some of our different bases to use synced tables coming from a sort of ‘Single Source of Truth’ base.
Now, some of these tables that we would like to make synced to the base have numerous linked records, lookups...
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.
...