• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

  • Please note that the team will not be available on 7th September 2024, due to a public holiday in India.

    During this period, support assistance may experience some delays.

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