Hi,
Does anyone know please a way I can submit form data from an AEM form to the CRXDE repository but instead of creating a new node each time I submit new information, I want to over write the previous node and save the data on the same node each time. The reason for this is that I need to access the last CRXDE node properties in Java using the Node class and even after trying to use the NodeIterator (e.g NodeIterator.nextNode()) I can't seem to find a logic that returns the last node.
Thank you for your help.
Famruch