Best answer

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

  • 12 August 2021
  • 2 replies
  • 291 views

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?  

icon

Best answer by Zane 12 August 2021, 23:58

View original

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

Userlevel 7
Badge +9

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.

@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.