Hello,
Does anyone know if there is a way in experience builder developer edition to query related records from a datasource?
QueriableDataSource has a query method but I am wondering if there is another method somewhere for related records? As of now, I have to access the layer properly of QueriableDataSource and then check for relationships, then use queryRelatedFeatures on the layer.
Does anyone know of a better way? Sometimes I'm unsure on whether or not I should be relying on functionality in the jimu-arcgis library or access the underlying ArcGIS maps JS SDK.
🤔