Hi, I am fairly new to Zapier ecosystem and writing a Zapier Action to “Create a new Journey”. Journey here is a Table in my DB.
The INPUT FIELDS of my action are not static and depends upon the Type Of “Journey”. There are 3 types of journeys. The most basic type has straightforward input fields. The input fields of other types are nested attributes and are totally dynamic.
For the example I am attaching a screenshot.
internal_stakeholder_attributes and document_custom_fields are dynamic array of objects which may or may not exist depending upon the type of Journey and its Associations.
My questions are :
1) How can I make the input fields dynamic ?
2) How can i nest them ?