Lovely people,
I have 2 tables in my database. One is User and the other is Survey. I want to move all data that exists in Survey also to CRM.
Currently I tried with Hubspot and it helps me sync the data in User table to Contacts in Hubspot.
How can I move that data which is in Survey Table ?
Hey @asfandyarmalik92
I built a plugin for converting bubble data to JSON and extract data of a JSON and use it in your app.
I guess it can help you to solve your challenge

Which plugin is it⦠i tried to check in your profile, but could not find.
depends on CRM. You can just send it through the API with api workflows on a list or you can export all your data into csv or json and upload to most CRMs
Backend workflow with return data action allows you to export json, xml, or any other content type too.