The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
I have a Automatoin to send Slack message.
But, in some conditional(like last step’s output put a null value for “Send a Slack message Action”), I will not send the message? How can i do?
Consider splitting this into two automations. The one that sends the Slack message would be triggered by a webhook, and could be designed to be generic enough to work for multiple situations. Your existing automation would then either call this webhook-triggered automation to send the Slack message, or just end without doing anything.
Consider splitting this into two automations. The one that sends the Slack message would be triggered by a webhook, and could be designed to be generic enough to work for multiple situations. Your existing automation would then either call this webhook-triggered automation to send the Slack message, or just end without doing anything.