I was surprised that the update scenario took so much code and that the bindings weren't better for it. I went and looked at the input binding docs and found
When the function exits successfully, any changes made to the input document via named input parameters are automatically persisted.
So I think maybe that example could be simplified into a variant of the loading a doc version.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I was surprised that the update scenario took so much code and that the bindings weren't better for it. I went and looked at the input binding docs and found
So I think maybe that example could be simplified into a variant of the loading a doc version.