I am trying to set a condition for a bot to fire an action if the Before value is not blank and the After value is blank. The expression I thought would work is:
AND( ISNOTBLANK( [_THISROW_BEFORE].[DETAIL] ), ISBLANK( [_THISROW_AFTER].[DETAIL] ) )
The expression is valid, but apparently will not produce the desired result? (Test pane shows both conditions as empty instead of not empty vs. empty)