While some advanced configuration is available for when configuration inputs for an action, it is quite restrictive. To be able to create very generic actions ( for example one action for creating any type of cloud resource ) capabilities for a dynamic input form is required. This capability should allow the following: Have an action with "Cloud resource type" as an input. When "EKS" is chosen, a form of all the EKS inputs will be provided. When "EC2" is chosen, a form of all the EC2 inputs will be provided. etc.... This will enable the creation of more complex actions, which can take care of a wide variety of inputs. An idea for implementation might be new type of input, which when chosen, provides another set of inputs.