Hi,
I am working on a website that has a form for updating some details. The form data is stored as a JSON file in the DAM folder of the publish server (AEMaaCS). The update operation works fine, but I have a problem with data synchronization. I want to make sure that the JSON file is consistent across all the publishers. However, I sometimes get different data when I read the data from the files due to requests from different publishers. I want to data to be updated in all publishers upon submission. If data is in sync then we can get consistent data when we read from the publisher. How can I solve this issue and ensure data accuracy?
Thanks in advance!