Question

unable to add a input Field (Allows Multiples)  inside Line Item Group.


Hello Zapier Community,

I am unable to add a input Field (Allows Multiples)  inside Line Item Group. 

Zapier allows me to add input Field (Allows Multiples) only outside Line Item Group. 

Can anyone give me the idea how to achieve it.?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

6 replies

Userlevel 7
Badge +12

Thanks for letting us know @Srinivasan. I’ve moved your post to the Developer Discussion category as that’s the best place to get help if you’re developing a Zapier integration 😊

@jesse  Yes. I am a developer who is trying to add the TransVirtual app to Zapier using developer platform. Our product is similar to DE-Track & below is our API request Model,

{"Number":"TEST-CON-PM-Zap1",

"Date":"2021-06-22", 

"CustomerCode":"{{CustomerCode}}",

"SenderName":"TransVirtualTest",

"SenderAddress":"Level 2",

"SenderAddress2":"15 Hunter Street",

"SenderSuburb":"NEWCASTLE",

"SenderState":"NSW",

"SenderPostcode":"2300",

"SenderReference":"TEST12345685",

"ConsignmentSenderContact":"Michael",

"ConsignmentSenderPhone":"02 4900 0000",

"SenderEmail":"sender@email.test",

"ConsignmentPickupSpecialInstructions":"Stair Access Only",

"ConsignmentSenderIsResidential":"n",

"ReceiverName":"Rapidteks",

"ReceiverAddress":"Level 1",

"ReceiverAddress2":"10 Yilen Close",

"ReceiverSuburb":"BERESFIELD",

"ReceiverState":"NSW",

"ReceiverPostcode":"2321",

"ConsignmentReceiverContact":"Andrew",

"ConsignmentReceiverPhone":"02 4908 4000",

"ReceiverEmail":"receiver@email.test",

"PickupRequest":"y",

"ConsignmentReceiverIsResidential":"y",

"ReturnPdfLabels": "n",

"ReturnPdfConsignment": "n",

"SpecialInstructions":"Hand Unload Required",

"ConsignmentOtherReferences":"CBA32456",

"ConsignmentOtherReferences2":"DBA35478",

"ConsignmentPickupBookingTime":"2022-04-11T03:00+10:00",

"ConsignmentPickupBookingTimeTo":"2022-04-11T03:00+11:00",

"ConsignmentBookingDateTime":"2022-05-02T03:00+07:30",

"ConsignmentBookingDateTimeTo":"2022-05-02T03:00+11:30",

"ConsignmentPickupCloseTime":"17:00",

"Rows":[

    {"Reference":"Ref1",

    "Qty":4, 

    "Description" : "Carton",

    "ItemContentsDescription":"Car Parts",

    "Weight":"10",

    "Width":"0.2",

    "Length":"0.2",

    "Height":"0.3",

    "DangerousGoodsUNNumber":"UN0004",

    "DangerousGoodsClass":"1.1D",

    "DangerousGoodsSubRisk":"SubRisk1",

    "DangerousGoodsPackagingGroup":"15",

    "Items":[

        {"Barcode":"TEST123456001"},

        {"Barcode":"TEST123456002"},

        {"Barcode":"TEST123456003"},

        {"Barcode":"TEST123456004"}

    ]

    },

    {"Reference":"Ref2",

    "Qty":2, 

    "Description" : "Pallets",

    "ItemContentsDescription":"Car Parts",

    "Weight":"600",

    "Width":"1.2",

    "Length":"1.2",

    "Height":"1.3",

    "Items":[

        {"Barcode":"TEST123456005"},

        {"Barcode":"TEST123456006"}

    ]

    }

]}

        

 

Userlevel 7
Badge +9

@Srinivasan Thank you, those screenshots and details are so helpful! I can definitely see that you’re able to type in those fields but not actually insert data from the previous step.

I wanted to ask, as I don’t see this app listed in our public app directory: Are you a developer who is adding the TransVirtual app to Zapier using our developer platform? If so, I want to get you in front of the right audience!

If not, did someone invite you to utilize a private version of the TransVirtual app, (which may still be in development)? If so, you would definitely want to raise this issue with them to have them look into it.

Let me know and we can figure out the next best step to take here!

app name is TransVirtual & Action Name is Create Consignment... 

Want to add Items( input Field (Allows Multiples) ) inside Rows (Line Item Group).

 

i want to add a a input Field (Allows Multiples)  inside Line Item Group as in the above attached screenshot...

Userlevel 7
Badge +9

Hey @Srinivasan happy to look into this with you! Can you tell us more about the apps you’re using and how your action step is set up with those line items? It can be super helpful to see a screenshot of how you have that step configured. Just be sure not to include any personally identifiable information in there!