How to skip response items mapped to a list?
If I have a service response connected to a list, how can I skip items based on certain criteria, and not adding them to the list?
So suppose my service response consists of a list of emailaddresses. I connect this response in the "edit mapping" to a list in the UI.
But some of the emailaddresses returned will be empty, and I don't want them to be in the list as empty list items.
If I do "edit js" with the mobilItem, and return an empty string or null, then still an empty list item is shown in the list.