• 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.

how to add dictionary like object as a field in pabbly connect?

Krishna@123

Member
Hi,
I have a request object like this.

{
"project": {
"long_url": "https://www.npmjs.com/package/vue-cli-plugin-browser-extension",
"ab_rotator_data": [

{

"redirection_link": "https://www.npmjs.com/package/vue-cli-plugin-browser-extension",

"percentage": 25

},

{

"redirection_link": "https://www.npmjs.com/package/vue-cli-plugin-browser-extension",

"percentage": 25

},

{

"redirection_link": "https://kripeshadwani.com/dns-records-explained/",

"percentage": 50

}

]
}
}
how to add field like "ab_rotator_data"?
 
P

Pabblymember11

Guest
Hey @Krishna@123

Further, if you are trying to build the API request in API by the Pabbly action step then kindly provide us the API docuemantion of the application.

Else, if you are a developer then you can simply build the integration on the platform.

Our comprehensive developer guide will help you through every step of building a solid app for your API and creating a great experience for your users.

Please go through all guides carefully and start working on creating your apps - https://forum.pabbly.com/forums/pabbly-connect-app-integration-guide/

Once you create your app and request for publishing your app, we will make it live soon after review.

In case you are stuck at any step, you can let us know. We will help you accordingly.
 

Krishna@123

Member
I want to create array of JSON objects. As I have mentioned above, I want to store

"ab_rotator_data": [

{

"redirection_link": "https://www.npmjs.com/package/vue-cli-plugin-browser-extension",

"percentage": 25

},

{

"redirection_link": "https://www.npmjs.com/package/vue-cli-plugin-browser-extension",

"percentage": 25

},

{

"redirection_link": "https://kripeshadwani.com/dns-records-explained/",

"percentage": 50

}]

this type of object multiple times as user wants. (Something like how we allow multiple items in select field. same way I want to create array of obects {

"redirection_link": "https://kripeshadwani.com/dns-records-explained/",

"percentage": 50

} multiple times as user wants.
})
 
Last edited:
P

Pabblymember11

Guest
Hey @Krishna@123

Could you please share your complete usecase briefly, so that we can look into the possibility of it.
 
Top