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 42
1 REPLY 1

The same is true for me..

A workaround I found it to create another bot on a data change event, create a 'Reusable' process that contains data action steps and use this reusable process under your original scheduled bot.

You can add a run a task step to this process also.

Hope this will help you solve your problem.

I think this is a bug on the automation editor...

Top Labels in this Space