I'm trying to get the User Filters that are currently applied in a readonly grid to use them in a Process Model, but I don´t find a way to do it.
Is it possible to retrieve that data?
Discussion posts and replies are publicly visible
Using the user filter components of a Record this is not possible.
The way to go here would be to create your own 'user filters'.
For instance create a dropdown that saves into a rule input, that then is used as a flter value for the record data query.
In this way, your filter will be applied while seperately also catching the applied filtering values.