Hi,
I am new to zapier. I am trying to create an Action in which I want to take different inputs which are part of my API. I am able to add flat structure inputs (like: name:{}, age:{} ...). But I am facing problem to create input fields for complex json formats like:
“items”:
{
"number": "1",
"quantity": 1,
"amount": 100,
"taxCode": "PS081282",
"itemCode": "Y0001",
"description": "Yarn"
}
],
"addresses": {
"currentAddress": {
"line1": "1-224, min street",
"city": "Irvine",
"region": "CA",
"country": "US",
"postalCode": "55423"
}
}
Please help me to know how I can create input fields for “items” and “addresses”.