hi, this is a line item to text function im using on zapier.
the desired output is as follow:
this is what i have tried on pabbly:
but im getting error 415.
does pabbly have a line item to text function?
i tried data transformer, text formatter but they doesnt seem to meet my needs.
my workflow id: https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTY0MDYzNzA0MzI1MjZjNTUzNDUxM2Ei_pc
i need the desired output as above to send to my accounting service.
hopefully someone can guide me again.
thanks
the desired output is as follow:
JSON:
{
"productCode": null,
"accNo": "500-0000",
"description": "Discount",
"qty": 1,
"unitPrice": -80
},
{
"productCode": null,
"accNo": "500-0000",
"description": "Left Wheel Replacement",
"qty": 1,
"unitPrice": 180
},
{
"productCode": null,
"accNo": "500-0000",
"description": "Right Wheel Replacement",
"qty": 1,
"unitPrice": 180
},
{
"productCode": null,
"accNo": "500-0000",
"description": "Battery (Original)",
"qty": 1,
"unitPrice": 380
},
{
"productCode": null,
"accNo": "500-0000",
"description": "Diagnostic Fee Waiver",
"qty": 1,
"unitPrice": -180
}
this is what i have tried on pabbly:
but im getting error 415.
does pabbly have a line item to text function?
i tried data transformer, text formatter but they doesnt seem to meet my needs.
my workflow id: https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTY0MDYzNzA0MzI1MjZjNTUzNDUxM2Ei_pc
i need the desired output as above to send to my accounting service.
hopefully someone can guide me again.
thanks