I have a filter looking fro null values in a column, i want to create an output file if there are null values but no file is created if the filter returns no results. Whats the best way to build this?
Hi @s_r_7,
Unfortunately this is not currently possible in Designer Cloud. I understand that it is possible in Designer Desktop, though, so chances are good that as Designer Cloud matures and more features are added, this will be added too. Great feedback!
Best,
Nathanael
To prevent creating an output file when a filter shows no results, you can implement a conditional check in your code before creating the output file. Depending on the programming language or tool you're using, the specific implementation may vary, but the general idea is to check if there are any results before proceeding to create the output file.
Let's break down the steps:
That sounds like a good idea. To implement it what would be the tools used and the formula applied? Can this be done in the designer cloud with the tools available there?