Hi, I am using the new aggregate data component. I am trying to filter my data source based on a property on a child object to my data source. However, this does not seem to be possible. I can not access any of the properties on my child object.
Great to see that you are using the new Aggregate Data action node!
The kind of filters on deep data bindings you’re requesting is not currently supported in Appfarm, and probably won’t be anytime soon. Filters on deep data bindings could have major implications for performance, and we instead advise users to do what you have done here and denormalize data.
There is a drawback in having to store values in multiple places, but performance-wise this is the way to go currently.