Sendning a list of cars via Gravity Forms

I am able to connect to my API using Gravity Forms. However, I am not sure how to get a list of cars to send over via Gravity Forms. Example:

vehicles: [
“make”: “value”
“model”: “value”
“year”: “value”
]

I can set up the form to get one vehicle but not more than one and send it via API. Does anyone here know where documentation is on this? I appreciate the help.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.