Pabbly Line Item to Text?

Status
Not open for further replies.

elonmusk

Member
hi, this is a line item to text function im using on zapier.
markuphero-RwGP6C10cCnRhHMJbDFr.jpg

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:
markuphero-2OZUC0QUgWp2ACHDU6LY.jpg

markuphero-AGhycyhhdTCW7nX8a1tp.png

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
 

ArshilAhmad

Well-known member
Staff member
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:

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.
 

elonmusk

Member
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:

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.
ok i have resolved this with code step. thanks!
 
Status
Not open for further replies.
Top