Are there are ways around setting up a specific/conditional notification within a step or if it can be added to “notify: if:” block at the end of the pipeline to send a notification when a particular step fails?
Hey @Soneeka!
Have you had a look at agent step outcomes? That could be utilised dynamically to then post a notification pertient to the result of said step you obtain.
You definitely also can use conditionals with the notify step too!