Hi,
I have a Safetynet built in my solution and I was wondering if there is a way to combine two queries.
- My first query looks if the word tea hit the Safetynet.
- The second query counts the number of flows triggered
I want to build a query that looks for the word tea, and if it does not exist I want to see the number of flows triggered yesterday.
To summarize, a single query that, counts the numbers of tea inputs that hit Safetynet OR the count of total flows triggered yesterday.
Is this possible?