We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jan 26, 2021 11:06 AM
Hi,
I cannot store any data to my newly created table on Hubspot DB. Is there something wrong?
Table:
Create Call (there is no error at response)
GET call (to read data from table)
Solved! Go to Solution.
Jan 27, 2021 3:19 AM
So @tgurler new rows will be added to the draft table.
Use the /publish endpoint to push all changes live, and to fetch the draft entries you have to use - https://api.hubapi.com/hubdb/api/v2/tables/3411656/rows/draft?hapikey=demo
Hope this helps!
Himanshu
Jan 28, 2021 5:48 AM
Thanks @himanshurauthan ; /publish definitely fixed this issue.
Jan 28, 2021 7:21 AM
That's great. I'm glad I was able to give you the correct solution. 😁
Jan 27, 2021 3:19 AM
So @tgurler new rows will be added to the draft table.
Use the /publish endpoint to push all changes live, and to fetch the draft entries you have to use - https://api.hubapi.com/hubdb/api/v2/tables/3411656/rows/draft?hapikey=demo
Hope this helps!
Himanshu