Hello @sean12341 ,You can involve a POST request to a servlet and in that servlet, you can set the custom property to the node in this manner,Session session = request.getResourceResolver().adaptTo(Session.class);
Node itemNode = JcrUtil.createPath("your-targeted-path", JcrConstants.NT_UNSTRUCTURED,...