Hi, I'm trying to create a custom action that asks for some values; one of them is a value that should trigger new inputs dynamically. In other words, the value for this input is X, Y, or Z, which determines the number of new inputs. It is impossible to determine beforehand the number of inputs; it could be 0 or more than 0.
As far as I understand from this post: https://community.hubspot.com/t5/APIs-Integrations/how-to-create-dinamyc-inputs- there's no way to create dynamic fields when a custom action is defined. I'd like to double-check it in this post, but at the same time I'd love to know if there are alternatives to support something similar as described above.