Hello @arindam6600
I am using the code similar as yours and its working.
String[] values= PageUtils.getPropertyArray(childPage, TagConstants.PN_TAGS).clone());
public static String[] getPropertyArray(final ContentFragment contentFragment, final String propertyName) { if (contentFragment != ...