Skip to main content
Best answer

How to get live data from input field during zap action?


I have one input field (select type) that is dependent on the value of another input field. So, I want the live data of the independent field and then provide the right choices for the dependent field. I have done it using bundle.inputData but it is getting the value from previous form, not from the live form. Then I have tried using bundle.inputDataRaw. But it returns empty object. How do I get the live data?  

Best answer by ZaneBest answer by Zane

Here’s an example of what it sounds like you’re trying to accomplish that might help:

Let us know that doesn’t get you up and running.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Forum|alt.badge.img+9
  • Zapier Staff
  • 331 replies
  • Answer
  • August 12, 2021

Here’s an example of what it sounds like you’re trying to accomplish that might help:

Let us know that doesn’t get you up and running.


  • Author
  • Beginner
  • 1 reply
  • August 13, 2021

@Zane Thank you a lot. I wanted exactly similar to your demo. Though I am working in the CLI, still your explanation helped me to understand the things. Now, it works. Thanks again.