Update simple table in Notion

This is my current scenario. Via a webhook I want notion to update a page. The page has a summary and a number of simple tables.

Sample output of a table content block:

I can’t figure out how to read the data inside a simple table content block, or CRUD any of the rows.

Is this possible in Make, or do I have to convert these simple tables to databases?

Also is there no way to access content within 2+ column blocks?

Hi Greta,

You can retrieve the simple table rows by retrieving the block’s children (“List page contents” module, using the “Page content ID” as the input parameter)

API documentation: Retrieve block children