Hi guys
While trying to finish this exercise https://docs.microsoft.com/en-us/learn/modules/chain-azure-functions-data-using-bindings/7-write-data-with-output-bindings-portal-lab?pivots=javascript I came across the following issue:
As you see, for the below example, it says Bookmark Added:

However, for this example it should have said "Bookmark already exists." considering an earlier page of this chapter https://docs.microsoft.com/en-us/learn/modules/chain-azure-functions-data-using-bindings/5-read-data-with-input-bindings-portal-lab?pivots=javascript where we already added that entry to the CosmosDB collection.
Also, when I tried to replicate this in the box I got the same message, suggesting that the input binding couldn't be reached. Considering this, I followed this suggestion https://docs.microsoft.com/en-us/answers/questions/373155/silent-failure-of-azure-function-cosmosdb-input-bi.html , and i tried adding the brackets on the id and partitionKey fields, however the function.json files was overwritten(basically a rollback) while testing the function, hence leading me to the same "Bookmark Added" message
Could you assist?
