HI @ShagunMalik yes this will be multivalue and need to be stored in String[].And as I was mentioning you already have page object than you can directly use page object to get properties. e.g : final String[] cqTags = page.getProperties().get("cq:tags", String[].class);