try {
            if (fieldValue instanceof Collection<?>) {
                List<String> structStrValues = new ArrayList<>();
                for (Object field: (Collection<?>) fieldValue) {
                    structStrValues.add(getString(field));