We’re getting 4 errors of type FilterParser: No sourcePropertyId is given - removing node. How can we locate their source? I’ve reviewed all the UI components for conditional styling issues, as well as all iterating containers in the view mentioned in the error. Still, I cannot find any setup problems.
It occurs if a filter is missing a sourcePropertyId. You should be able to see a modelPath in the error message. If you expand the warning, you can follow that model path to locate the filter. Could you try that and see if it helps identify the source?
Hey @simona. Not sure how to use this to find the missing filter? I tried reviewing the entire view mentioned in the warning but without any luck. Is there a way to use the ID mentioned there to track it down somehow?
The issue is caused by component parameters that are not set or have no value, when they’re used in conditions (visibility and/or styling). Once these parameters are given a value in the component, the warning disappears. I’ve created a bug report for this.