Data Change BEFORE / AFTER not recognized Example 2

I have another seemingly simple requirement depending on BEFOR/AFTER.

When a new user goes to my start page I want to get an email

The start page table has a VIRTUAL column email which is set to the useremail().

Appsheet magically recommends the following “on update” event condition to make this happen:

AND([_THISROW_BEFORE].[email] <> USEREMAIL(), [_THISROW_AFTER].[email] = USEREMAIL())

However the event is never triggered. When I look in the test of the workflow I see neither the before or after is set. … so the condition always fails.

If I trigger the event manually then the email is sent as expected.

For what reason might
[_THISROW_BEFORE].[email]
and
[_THISROW_AFTER].[email]

not be set?

1 19 289
19 REPLIES 19
Top Labels in this Space