Skip to main content

Dear community,

I have set up the following workflow where I get an error in step 5:

Traceback (most recent call last):

File "<string>", line 8, in the_function KeyError: 'input'

id = input_dataa'input']

output = {'Output': "https://s101.recruiting.eu.greenhouse.io/people/"+id}]

 

I don’t understand why it throws the error as the Key input should exist and also when testing it, it seems to work:

 

Do you have any ideas and would it be possible to use a “try and catch” logic for Zapier so that if this node fails, it still continues?

Hi @greenhouseautomation 

Good question.

Try using a different variable name than “input” as some keywords are reserved and can cause issues.


Reply