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