Skip to main content

Hi, I am developing a zapier trigger. I have a text input called “order form id” in the input field. Depends on the input, the perform list should retrieve different key value pairs. 

I tried accessing it using `bundle.intputData` but that seems to be empty in the perform list call. 

Please let me know how to access input field in perform list! Thank you

Hi @kathryn_xing,

The value of an input field can be accessed via `bundle.inputData.fieldKey` where `fieldKey` is the key of the field.

if that is coming up empty, I would suggest that you reach out to our Developer Support team via https://developer.zapier.com/contact so that they can take a look and see what could be wrong.

All the best,


Reply