Hi!
I need to update records in a grid immediately.
If the grid is based on fetchxml - then it is easy to add filter "neq now".
<condition attribute='createdon' operator='neq' value='{{ now | date: 'O' }}Z'/>
But how can I add this filter to the entitylist?