Hi Guys,
I have a splunk query which gives me events based on the time frame given. And for some days I may not get any events.
If no events then my workflow fails to upload data to domo.
I want to write a formula or use some filter tool.
Like when there are no events then I should use static input values which is Current date for the date column and count as null.
I have a select tool to pass the output from formula or filter tool.
I'm confused how to use the formula tool, cause it is for only a column based.
And when I use filter, I get two output which is true and false.
But I only want single output to be passed to the filter.
Note: the column names will be same from the splunk event and my static data.
But if I use append tool in between and if there is no fields from the splunk data, the workflow throws an error.
Appreciate any help with this.
Thank you