Friday
Hi,
I am building an action whose output fields depends on a single value of input field, for example:
{ name: "name" , type: "string",
name: "type", type: "boolean"}
Above input field, if the type is true then the output fields will be different and if the type is false then the output fields will be different.
I tried using config_fields but it did not behave the way I expected.
Any suggestions will be helpful