Send form data to HubDB table

Hello,

It’s my first post here.
This is what I’m trying to achieve.
I have a Hubspot embedded form inside a Hubspot webpage, when the user submits the form I need to grab all the data and send them to a HubDB table row to create dynamic pages showing user data.
It’s all fine except for the images, I can’t get the uploaded image path and store it into the HubDB table.
I know I could do this using an external form and uploading all data via API, but it’s not a good choice for this project, I really need to stay inside Hubspot boundaries.
I know that it’s possible to get the images as CRM objects but the page would be restricted to logged in users, instead I need it to be public.
Do you know if there is a workaround?
Thank you very much.

Hello @EnriAlea

Welcome to Community!

Adding @alyssamwilie to this question. She’s the bees knees with this kind of stuff.

@EnriAlea How do you currently have this set up? Are you using any Hubspot APIs? Serverless functions? Is the column in your table for your images set to the Image file type? If so, since the file upload saves to the contact property as a text link, maybe try switching that column to a text field instead?

Hi Alyssa,

I found a (complex) way to get the uploaded image path from Contacts API, but it’s restricted access so I think there is no way to achieve exactly what I need.
I think i’ll end up with an external web service to upload the images in the file manager with public access.

hi guys i need to know how i can send data from a form to HubDB row?

i need for real estate, when a visitor add new property for sale, he do that with a website page. so i need the details that he add to this page to be sent to HubDB tables row !
thanks