We have a requirement to dynamically populate a list in an inner component based on the content of the parent component.
So, I have a component say abc, with a property value authored as (key:p1, value-v1). In the dialog of the child component of abc component, I am including a data source to fetch a dynamic list. Now this dynamic list has to be created based on the p1 property set in the parent component i,e abc.
Can someone help me out here as to how to fetch the current component content resource inside the data source?