I have placed alert LPL on a user form date field to display based on a condition being true.
The condition is a derived boolean field on the form being "true". The boolean field is also on the form.
When the date value changes LPL refreshes the derived boolean field, and this is working as expected.
When the boolean field changes LPL refreshes the condition for the alert. This is not happening as I would expect. The alert is not displaying is real time, but will display when the user tries to submit the form.
Is this a bug, a limitation of the alert functionality or something I am missing?
The chain looks like this and works for "visibility when" functionality on forms:
Date Field Changes → Refresh Boolean Field → Boolean Field Changes → Refresh Alert Condition on Date Field →Alert Display if Boolean Field = TRUE.
LPL
Expecting Alert to Display at Entry
Alert Displays on Form Submission