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.
Hi antonio chávez ,
If you are using record user filters, As far as I know, it is not possible. You can create custom filters in the same way shown here. If we create custom filters, we have the selected filter values stored in our variables, So we can send those values to process model.