I am building a module to module import, loading data from one module to another. However to make sure my import run optimally. I want to filter the data (essentially a boolean line item) to control # of rows.
My Modules has 5 dimension, so not possible to nest them all in the rows. I have added filter but when I run the import, 0 rows are processed. I do see data on the UX.
Any ideas on how to make it work?