Problem with Alerts in version 13
When I create a new alert and have a conditional such as "Blocked is True" and then save the alert, then when the grid appears that lists all of the alerts, the "True" part of the conditional is showing up as blank and the alert never triggers.
When I click Edit, the "True" is there.
However, when I export to Json, the "fieldValue" has null instead of true.
If I edit the json and add the "True" to the "fieldValue" and then import the alert, everything works as it should.