Hello everyone,
I have an expression rule where i am querying the record type and after querying i need to apply certain condition to further filter the data. And in the Interface, I stored this rule in the local variable. If I pass the local variable to a grid Field data in the read only grid. It's throwing me this error.
I tried recordData(), but after querying the record, I need to apply certain condition to further filter the data.Is it possible to use local variables inside the record type.
Discussion posts and replies are publicly visible
You can only use showSearchBox/userFilters in a grid when data is directly sourced from a!recordData or direct record, not from a local variable. To filter, use filters inside a!recordData, not after querying.https://docs.appian.com/suite/help/25.3/Paging_Grid_Component.html