Hi,
I am working on developing a custom action but I am having trouble with the following.
First, I have a field that is populated from an external server. This is a dropdown menu
Now, depending on the value selected on the dropdown menu I’d like to make another API call to the external server to fetch data to dynamically build input parameters.
For example for staticInput == greeting_rca I’d like to have two input fields (Strings) so that the user can type values, but for staticInput == someother I’d like to have only one input field.
Can this be achieved i.e. dynamically deciding how many input fields you generate based on user selection on the first dropdown? I’ve been looking at the
POST_FETCH_OPTIONS
but that does not seem to help in this case.
Regards,
Jav
