improved

View filters can now use bindings

View filters will now have access to bindings. This release allows you to create dynamic views. For example, you could tailor a view to the current user or a specific time frame.

You can use the following bindings in your filter to achieve this:

  • {{ Current User }}: Represents the currently logged-in user. This provides access to the full user object.
  • {{ Date }}: Represents the current date.

The bindings aren't limited to just these use cases, so hop in-app to explore them for yourself.