Return updated document issue

when i update the data what i will do to return the newely updated document instead of older one

bh.input.updateOptions = {returnOriginal:false}

i tried this one in options but still not getting newely updated one?

Hello @navaneethck_10 ,Could you please explain your question in more detail so I can get a better understanding?

when i do findoneandupdate iam getting the already existing doc .but i want the newely updated document.

bh.input.updateOptions = {returnOriginal:false} i provided this in options

but still getting the doc that already existed before updating? how i can fix this?