Skip to main content
Question

Nested dynamic dropdown & textbox not working


Hi Folks,

I created an app on zapier (dummy name) “xyz”.

I am a developer of “xyz” app who is integrating the “xyz” plugin into zapier.

I was making the action form, in that I require a flow  

Field 1 - Input Field (Dynamic Dropdown)   

Field 2 - Dynamic Field (Dropdown)   

Field 3 - Dynamic Field (TextBox)

On selection of Field 1, I want to load data in Field 2 -  This I am able to do perfectly by setting “Alters Dynamic Fields” checkbox true in Field 1 & by making Field 2 from “FieldSchema.js” of zapier

Now, when I am trying for same feature between Field 2 & Field 3 

I allowed { altersDynamicField : true } in Field 2 & { default : bundle.inputData.Field2 } in Field 3 

Field 3 is not getting that default text - I even tried putting static text like { default : “hello” } which is not working.

I also tried with simple inputField having Default Text (in input Designer) as “random text” - it was showing “random text” in preview form field - but was not showing on actual action form field.

Can anybody please help. Thanks in Advance.

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.