So I've got a workflow that gets information from different folders to check if data is there or not.
the data because of different folders sometimes got as a result some null columns.
is there a way to remove null columns via the dynamic select? because right now the staticfilter field is a null column but if I dynamically switch to an other folder this column is filled with data.
see bellow for an example of input and desired output
| ReloadType | OutputFileName | LastExecution | FileName | StaticFilter |
| Increment | outputname | 19/11/2022 00:00 | Filename | |
output
| ReloadType | OutputFileName | LastExecution | FileName |
| Increment | outputname | 19/11/2022 00:00 | Filename |