The new operations functionality
The new operations functionality is not working for me. I have tried both $inc and $set. It just replaces the number with blank. The app id is 75a30e7e-f7bd-4b19-b38a-e1c169df2d39
Its a test app with one collection called sandbox and one field called clicks and I created "operations" parameter and giving it the value of {"$inc": {"clicks" : 1}}
I just added the database service Sandbox_sandbox_update_service and testing it there.
Can't figure out what I am doing wrong.
Thanks for your help!!!!