Hey everyone,
I have been working on building out a simple flow to populate a CosmosDB Graph Database which is half working, I can create new documents in the DB but any additional properties that I have included in the body of the request are missing. I noticed one other thread on this forum explaining the same problem, but it was never resolved (https://powerusers.microsoft.com/t5/Connecting-To-Data/Cosmos-DB-fail-to-create-document-properties/m-p/71779).
I've tried a few different JSON object skeletons for the body of the request but none of them seem to work. The only properties that show up in the document are the id, label, and batch; all of the other properties like process, start time, end time do not show up in the DB document. Has anyone else encountered this problem? Let me know if you have any suggestions or if I might be missing something important!
Cheers!

(Microsoft Flow)

(Cosmos DB Document Record)