Download automatically data filtered in a view

I am automating an n8n workflow using baserow, as a database. I need for everything to work automatically, that some data that enters a view and a specific filter is applied in baserow, I can get them via api, is this possible?

Hi,

You can do any manipulation with the API:

My advice is to first execute the operations you want to perform in the browser keeping the browser inspector open in the network tab. This offers you a lot of insights on the body parameters that are required for each request

1 Like