what does "was not met" mean? | Community
Skip to main content
DMaya
Level 2
March 25, 2021
Solved

what does "was not met" mean?

  • March 25, 2021
  • 1 reply
  • 1657 views

I tested a rule in development environment but it appears like "was not met" is there some special reason? Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by EdwardBu3

Yes, there should be some detail in console that will tell you why it was not met, for example below:

 

Condition "Custom Code" for rule "ABC RULE" was not met.

Condition "Path And Query String" for rule "ABC RULE" was not met.

Condition "Value Comparison" for rule "ABC RULE" was not met.

 

So if it's custom code, review what conditions are set in the custom code to see if the page/site you are trying to fire the rule is meeting the requirement for it. Same for all. Hope this helps.

 

1 reply

EdwardBu3Accepted solution
Level 3
March 26, 2021

Yes, there should be some detail in console that will tell you why it was not met, for example below:

 

Condition "Custom Code" for rule "ABC RULE" was not met.

Condition "Path And Query String" for rule "ABC RULE" was not met.

Condition "Value Comparison" for rule "ABC RULE" was not met.

 

So if it's custom code, review what conditions are set in the custom code to see if the page/site you are trying to fire the rule is meeting the requirement for it. Same for all. Hope this helps.