Hi @P_V_Nair ,
Please find the query below:
Map<String, String> map = new HashMap<>();
map.put("group.p.or", "true");
map.put("group.1_daterange.property", "jcr:content/jcr:lastModified");
// update lowerBound date by last run date
map.put("group.1_daterange.lowerBound", "2022-06-23");
map.put("gr...