Approval Rule - Scheduled Task

Hi Team. 

I have a workflow that kicks off an approval notification if a VA is changed from X to Y. This is all good and is working. 

However i also have a ARS scheduled task that imports a CSV that changes the same VA from X to Y and i am trying to not have the approval rule kick in for that process. Is there a cleaver workaround i can use? 

Cheers

Parents Reply
  • Ah OK - I incorrectly assumed that you didn't want the workflow to run at all.

    So what you can do is "move" this account check to an If/Then inside the workflow very similar to your OneDrive one.

    You would have two branches - one that has the Approval activity under the condition "Initiator" does not equal <your service account> and nothing under the the condition "Initiator" does equals <your service account>.

Children