Hello. If one of my automated actions is to update a number field, can I make it Calculate the update? IE (Current Field Value) minus (some other value) and put that newly calculated value in the field?
Hello. I’m learning the scripting block and not a programmer but hope to get my feet wet.
I have taken the basic script to “select a record” and added that to a button called COPY.
// Change this name to use a different table
let table = base.getTa...
Hello, I have a table with some records having some extra letters. I’d like to create a reference field showing only the numbers. In this example, remove the “eis” or the “eis”.
Any thoughts on how to do this?
Since you are already using Zapier, is there a particular reason you want to use scripting block instead of Zapier for this? You should be able to setup Zapier with a multi-step zaps where it looks for an existing record and creates one if it doesn’...
I guess ultimately I want a script to check for a match with data from another table.
I have table A being fed with a Zap with license plate numbers
I have table B having a list of License plate numbers and accounts linked
So when a new License plate...
I guess I figured that I could “copy” in a value there since I already use a Zap to add data to that field and if there is a match, it does execute. But the rest of the zap fails if there is no match which is annoying.