Inbuilt Action that depends on value from previous Inbuilt Action

n4cer500

Member
Hi all

Is it possible to create an inbuilt action that relies on a selected value from a previous inbuilt action?

I have one dropdown that's being correctly populated, but I need to populate another dropdown based on the selected value from the first.

How can I specify this?

Thanks in advance.

Adam
 
P

PabblyMember3

Guest
It seems you want to display multiple dropdown fields in an action which you can do with Inbuilt actions.

Just create an inbuilt action for the first dropdown field and create another one by inheriting the first one and so on.

Note: All the dependent inbuilt actions needs to be inherited while configuring the Action so that dropdown fields can work properly.

Read more about configuring inbuilt actions here: https://forum.pabbly.com/threads/configure-inbuilt-actions.2430/
 
Top