Flow Designer "Wait For Condition" is not triggering when expectedDescriptionThe Flow Designer "Wait For Condition" is not continuing as expected when the Condition is being met.CauseIf you have checked the System Logs and do not see any Errors which could be causing this behaviour then potentially the issue is because the Wait For Condition is using an Improper / Unsupported Condition which cannot be evaluated by the Flow.ResolutionPlease note that the Flow Designer "Wait For Condition" is not supported for relative data conditions and conditions which involve dot-walked fields. Review the criteria below to validate if your Wait For Condition is valid. The Wait for Condition action only evaluates the wait condition when there are changes to the Record you select. A valid wait condition meets these criteria: Each condition evaluates a field from the table to which the record belongs. Note: Avoid conditions that dot-walk to another table or depend upon catalog item variables from a related record. Each condition specifies a field value change rather than a relative time period. Note: For conditions that depend on a specific duration, consider using Wait for a duration flow logic instead. This is Documented under the Condition Evaluation Section of the "Wait For Condition action" Documentation here.