Nov 22, 2016 08:27 AM
Hi All,
I’m trying to create a new record in table A when a record appear in View of Table B.
It works the first time a record appears in the View, but no longer after that.
The objective is to generate orders (Table A) when product stock (Table B) fall below a define number (filtered view of Table B).
Sounds that Zapier only detect first time the product appears in the view.
Any one got an idea?
Cheers,
Berni
Nov 26, 2016 01:51 AM
This is standard Zapier behaviour - it automatically deduplicates source data preventing the same record from triggering a zap twice.
I have made a suggestion to Zapier that they enable a feature to turn this off where the datasource is a database query or filtered view (as with Airtable) - but I’m not certain how they will view this idea. It would then rely on the customer using a Zapier action to update the record so that it no longer appeared in the filtered view.
An alternative could be fore Airtable to implement instant zaps (I know of other apps which do this) which I believe use Webhooks to trigger the zap behind the scenes.
Until then, I don’t think this is possible.
Jul 19, 2018 09:31 AM
I know this is an old thread, but this seems like the same issue that I am having.
I have 3 bases within one account. Each team has their own base. I want to create a master record of the three separate bases.
Right now any time that there is a new record the zap works due to the “New Record” trigger. What I am hoping to find a way to do is to update the master anytime that one of the 3 bases has an update to the record.
Base 1 - Record A gets updated > Associated Record A gets updated in Master Base
Is this possible?
Jul 19, 2018 04:27 PM
Two possibilities:
CREATED_TIME()
field and a lookup of the main record’s RECORD_ID()
, and for each update timestamp it by creating a new linked record — you can trigger on the auxilliary field and use that trigger to request the main record.Jul 24, 2018 05:45 AM
Hey @W_Vann_Hall - thanks for the input here. Just trying to follow what you are talking about here for #2. Could you give an example? In what I am trying to do I am picturing having to create a new table in the Master DB that just has ID
and CREATED_TIME
- this would then update when the Sub-Base A gets updated and then updated the record with the same ID in the master?