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
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.
1 Like