@aemUser2345 ,You have to modify your query a bit, 'componentGroup' is not a valid node typeUse the below query to get the valid nodes SELECT 'componentGroup' FROM [cq:Component] add a WHERE ISDESCENDANTNODE clause if you want to get component groups under a specific pathIn your code then, you can g...