Skip to main content
Question

how to access input field in perform list?

  • August 12, 2024
  • 1 reply
  • 37 views

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

Did this topic help you find an answer to your question?

1 reply

Forum|alt.badge.img+3
  • Zapier Staff
  • 43 replies
  • August 14, 2024

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,