Pabbly Line Item to Text?

Status: Closed · Asked by elonmusk on · 0 views

elonmusk — Question ·

hi, this is a line item to text function im using on zapier.

the desired output is as follow:

{
"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

Arshil Ahmad — Reply ·

Hi @elonmusk,

Currently, we don't have a direct application available that can change the line items into the output you desire. If you want this feature added to Pabbly Connect, you can submit your request on our dedicated platform:
https://pabbly.featureos.app/b/Feature-Request

In the meantime, if you are familiar with coding (or can ask ChatGPT for help), you can write a code and use Code by Pabbly to change the line items into your desired output.

youtube.com/watch?v=iNVjyBfwqno

elonmusk — Reply ·
Hi @elonmusk,

Currently, we don't have a direct application available that can change the line items into the output you desire. If you want this feature added to Pabbly Connect, you can submit your request on our dedicated platform:
https://pabbly.featureos.app/b/Feature-Request

In the meantime, if you are familiar with coding (or can ask ChatGPT for help), you can write a code and use Code by Pabbly to change the line items into your desired output.

youtube.com/watch?v=iNVjyBfwqno


ok i have resolved this with code step. thanks!

Back to all forum threads · Log in to reply