Hi @Darius_Safavi - the Zap is looking for the field name “fld…” which is the internal Airtable field ID, I think, rather than the field name. As you say, I think this is probably due to the Task ID being a linked field.
Can you provide some more detail on your table set up - fields, type, links etc and what data you are passing from table 1 to table 2?
JB
Hi,
Attaching some details of the 3 tables involved in this set up (the 3rd table not mentioned before is actually where “Task-ID” is being pulled from into “Table 2”.
In short, what I am wanting:
- Every time a new client record is added to “Table 1”
- A new assigned task record should create itself in “Table 2”, where the majority of the attributes of this record are pulled through using “Lookup”
Many thanks for the help

Hi,
Attaching some details of the 3 tables involved in this set up (the 3rd table not mentioned before is actually where “Task-ID” is being pulled from into “Table 2”.
In short, what I am wanting:
- Every time a new client record is added to “Table 1”
- A new assigned task record should create itself in “Table 2”, where the majority of the attributes of this record are pulled through using “Lookup”
Many thanks for the help

@JonathanBowen
Hi Jonathan
Was just wondering if you’d had a chance to review my query at all?
Many thanks
@JonathanBowen
Hi Jonathan
Was just wondering if you’d had a chance to review my query at all?
Many thanks
Hi @Darius_Safavi - I got this to work, hopefully with the same/similar setup as you. I’ve got a Clients table:

and a Tasks Library table:

and, finally, the Assigned Tasks table:

In the Assigned Tasks table, I want Zapier to create a record and pass the task ID and the Client ID through to the record. I can then look up Task Name (from Tasks Library) and Client Name (from Clients).
In Zapier I have this:



So, the task ID is a constant value (and a valid Task ID in Tasks Library). The Client ID is the ID from the new Client record. The ID and Autonumber fields should be left blank as these are set by Airtable in Assigned Tasks. The Task Name and Client Name Lookup are both lookup fields so these should also be left empty.
When I create a new client and Zapier runs, I get this:

Contrary to what we talked about earlier, I wonder if the error you were getting is down to an old/missing field?
Unknown field name: “fld9uHctoXMIDGpAq”
Try refreshing the fields in Zapier to get the latest table definitions from the base.
Hope this helps.
JB