Comments
-
By Default, there is a runSync() function and it is triggered by a onclick Event from a sync button. What I don't understand is why it is a post request to /domo/datastores/v1/export instead of something like a put request of /domo/datastores/v1/collections/${collectName}/documents/
-
Randall, thank you again for assisting me. This is an amazing and well-thought out solution. I think this is the cleanest way to achieve this result. I also want to say thank you for providing a clear explanation. Helps me understand the inner-workings that happen in the background.
-
It sucks that is the solution as it does have me lose historical data if I make incorrect adjustments through bad practices and go back to using replace. Thank you for taking the time to write this explaination.