I have a bot which is setup to send a “New Submission” email when a “request status” is updated to “Traveler Submitted”
This works fine.
The issue is… when the request is then reviewed and the “approval status” is updated to “Reviewed by Budget Holder”
The bot sends the “New Submission” email and the “Reviewed by Budget Holder” email
I think I can use an IFS statement “maybe” to tell the bot… If the “Approval Status” is not “New” (which is the initial approval status setting) do not send the email otherwise send the email.
Further explanation:
Send email if Approval Status is “New”
Do Not send email if Approval Status is anything other than “New”
I could change the initial Approval Status to " " (Blank)
Then: Do Not send email if Approval Status ISNOTBLANK
Right now I do not have any kind of IFS statement created. I attempted to and drew a blank.(Very frustrated)
So I am writing this post to get unfrustrated…
Can I even use and IFS statement to regulate a bot to send or not send an email?