Can I dynamically refresh data/content of a linked table?

hi

I have a linked table in a form named “stroj”. On form change I want to update or filter data that are displayed in the linked table. Is that possible?

console.log(doo.model.stroj); doesn’t display anything like the data I can see on the screen.

I can see that data are coming from POST call to https://app.tabidoo.cloud/api/userdata/getUserData.

What I want to achieve to filter out some rows being displayed in the linked table based on entered data on the form. Is that possible?

For example I want to via script filter out “kompresor 1” row

Thank you
Radek