• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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

Moderator
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