Workflow Trigger

Timbo
New Member

Hi
I want a workflow to trigger when a question is answered yes in another table in my app,
Can anyone assist with the formula for the “If this is true” part of the workflow?

I want the trigger to be
table “Daily Diary” , question , “Is site left secure =yes”

0 1 389
1 REPLY 1

The workflow need to be triggered by updates (and maybe adds) to the table containing the question. In your case that is table “Daily Diary”.

For help with the condition see topic “Check for Specific Before or After Values” in this article https://help.appsheet.com/en/articles/2792618-before-and-after-values

When an update (or add) occurs to table “Daily Diary” and the condition is true, the workflow rule will fire. You then need to write a SELECT expression in your workflow template that will retrieve the appropriate record (or records) from the table you wish to display.

Top Labels in this Space