What BR Configurations to use while comparing an entity's attribute null or not?

I want to navigate the user based on BRs. If the entity’s attribute is not null, then the user should navigate, and if it’s null, then the navigation should not work.

2 Likes

@AnushkaGupta

You can use the IsNull function in the designer, which returns a boolean output. Based on this, you can create the business rule according to your specific requirements.
Screenshot from 2024-10-23 11-52-36

1 Like