• 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

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"?
 

Supreme

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