I am writing to one collection. Upon success I want to update two values to another collection (as pointer values). This needs to done dynamically as it wont always be the same user, so I cant just stick the actual _id in the URL for the put.
How can I do this?