• 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
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

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

API by Pabbly and Infinity

axylus

Member
Hi

I am trying to learn what I can about Pabbly and have spent some time looking at the API by Pabbly. I do have an issue though that I am hoping you can help with in my learning.

When I try to do a PUT as described in their API nothing gets updates although I do get the correct response back. Am I entering the values incorrectly? I have removed the API Key and info from URL from the screenshot.

The workflow is called test api and it is the 3rd action.

I have tried many different ways of adding values:

Label: values[].data Value:Test2
Label: values.data Value:Test2
Label: "values.data" Value:"Test2"
Label: values.data Value:"Test2"

1662476726621.png


Many Thanks
Ben
 
Last edited:
P

Pabblymember11

Guest
Hey @axylus

Instead of using the API by Pabbly action step to update an item, you can use the dedicated "Infinity : Update Item" action event.

1662538143985.png


Further, you can pass the value in the Label type field by passing it in the square bracket.

1662538039576.png
 

rgibbs1024

Member
Hi

I am trying to learn what I can about Pabbly and have spent some time looking at the API by Pabbly. I do have an issue though that I am hoping you can help with in my learning.

When I try to do a PUT as described in their API nothing gets updates although I do get the correct response back. Am I entering the values incorrectly? I have removed the API Key and info from URL from the screenshot.

The workflow is called test api and it is the 3rd action.

I have tried many different ways of adding values:

Label: values[].data Value:Test2
Label: values.data Value:Test2
Label: "values.data" Value:"Test2"
Label: values.data Value:"Test2"

View attachment 15209

Many Thanks
Ben
Hey where did you find the API by pabbly app? That is no where to be found on my subscription and I have been looking for hours.
 
Top