We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Notification's filter condition based on record value can be achieve using the way showed below.
Let's assume a C# model as:
public class Category { public int Id { get; set; } public string Code { get; set; } public decimal Price { get; set; } }
Install NuGet package: