Data blaze - connecting tables

Hi, I had another question regarding data blaze.
Currently I'm making multiple tables to enter options for my formmenus in one of my snippets (see below):

The history, painhx, and plan tables all have the same first column (dx / complaint) and I was wondering if there is a way to sync these entries through all three tables (ie if I enter a new dx/complaint in one it will automatically make a similar entry in the other ables).

Also, I would like to see about making it so that I have a separate table for my default fields (ex: ddx in plan table, ddx default in another table). The options in these fields are the same but the entries in the default table would only be a few of them. Is there a way to make it so that again I can make a field (ddx) in the plan table that syncs the options available in the other "plan default" table. Ideally would like to be able to simply select the options I want for each in the different tables but have it so that I dont need to enter the same options twice (once in each field/column).

Thanks
(PS: sorry for bombarding you lot with questions, really appreciate the help)

HI @Doc_Krieger ,
It seems it is not possible to do that purely with DataBlaze. You can program the logic using APIs and Webhooks in this case. Or if you enter the information via the Snippet, the snippet can do the syncing logic across all the tables.

1 Like

Thanks for the reply. Are there any documentation on either the API or Webhooks you can point me towards to see about implementing something

We have some basic documentation for Webhooks and APIs. Data Blaze | Getting Started with Data Blaze

Please check it out, if you need assistance please feel free to reach out to us. We can guide you.

1 Like

Thanks again :+1: