This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
I am looking to have a workflow note warnings after running for certain criteria.
If we have a workflow that has multiple filters and we want to confirm nothing remains (the last filter has false output as empty), is there a way to provide a warning after run of the workflow if that false output is not empty?
Hi @lliberm1
You can add a Message tool on the false leg of workflow
The message tool is configured like this
Before the first record that comes out the false leg of the filter, the Message tool will post a message.
Here's the output when all the records go out the true leg
After changing the input data so there's at least one record that fails the filter test, the output looks like this
Dan