Scheduled Bot - NOT for each row in a table plus change data

I have a scheduled bot, every hour, that runs based on the count of any records with a flag [Notified] being False -  actually, not True - in case the field is empty. It does not running for each row in a table as only one email needs to be sent.

The first step sends an email using a template:
<<start: Select(Requests[ID],[Notified]<>True)>>
... data elements/fields
<<End>>

The above works fine.

For the next step, a data action is not available. However, I need to set [Notified] = True for any NOT True records. 

What am I missing? This seems like it should be rudimentary but I'm unable to see a simple method.

Thanks.

I need to set the [Notified] flag to 

0 1 47
1 REPLY 1
Top Labels in this Space