How to get content into Table block from Notion?

Hello makers,
Is it possible to get Table block’s content from notion? If yes, how?

I only get this :

Yes, you can get the table block children by passing the table ID - here is the official documentation: https://developers.notion.com/reference/block#table-rows

Hello @Simo , what you’re saying is that I must use the “Make an API call” module, right?

The “Get page content” module should work (by mapping the table block ID in the input parameter) – I write “should” because I haven’t tested it with a table block recently so I am not 100% sure. If it doesn’t work, then yes, use “Make an API call”

Thank you. It doesn’t work. As you can see, IDs are the same and I didn’t get any content :

@Simo do you have an idea why I’m getting “[400] Invalid request URL.” error ?

You can remove “https://api.notion.com” from your input - start from /v1/…

2 Likes