Help

Zapier Error "Unknown Field Name"

Topic Labels: Automations
1254 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Patrick-Kennedy
7 - App Architect
7 - App Architect

Hello,

Any Zapier users out there? I am building a fairly simple automation bouncing data from one table to another within the same base and get this error message:

wtf_

With the following script I can get the field’s name:

let field1 = base.getTable("Interest Topic Queue").getField("fldLXMiq8BuPkCJXJ");
output.inspect(field1);

…and it is indeed on the table being written to - a single select field called “Source table.” As you can see in the picture, Zapier sees it is there.

I’ve used this receiving field the same way in several other Zaps (essentially I am making a junction table to collate data from several other tables and I use the single select field to denote either the table name or if there was an update processed from the source.)

Any suggestions?

Thanks!

1 Reply 1
Patrick-Kennedy
7 - App Architect
7 - App Architect

LoL :grinning_face_with_sweat:

It’s time to call it a weekend - turns out I was referencing the Source record ID for the record to update, not the destination’s record ID

:crazy_face: