Bot Workflow

Hi Guys,

I have a bot named Subtask Notification. This bot has an event-only update and a condition based on the formula OR([status]="for review", [status]="Reviewed", [status]="closed"). The bot has a process named "Run task Send Notification" with three notification tasks for [status]="for review", [status]="Reviewed", and [status]="Closed". However, when the status column is updated, the bot executes all three tasks. The bot should only execute one task based on the updated value of the [status] column. 

What should I do to fix it? Thank you so much for your help

Bot Notification Workflow.png

Solved Solved
0 5 143
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

One of your two branches will then be splitted in two again ๐Ÿ™‚

Dessin (42).png

View solution in original post

5 REPLIES 5

Aurelien
Google Developer Expert
Google Developer Expert

Hi @alhazen 

Did you try the steps "Branch on a condition"?

Aurelien_0-1677501365688.png

That would give this (for example):

Aurelien_1-1677501400125.png

 

 

Hi, @Aurelien Thank you for your response.

Yes, I did. But I am a little confused, there are two branches "Yes" or "No" and a formula box. What should I fill in the formula Box? Meanwhile, I have three conditions for the [status] column; "For Review", "Reviewed", and "Closed". 

Aurelien
Google Developer Expert
Google Developer Expert

One of your two branches will then be splitted in two again ๐Ÿ™‚

Dessin (42).png

Thank you, It works properly

How about the formula box? is it necessary to fill it with something?

Top Labels in this Space