Hi,
I’ve looked at various guides and previous posts and am getting nowhere so I’m going to ask here for some advice
I have a Mongo Atlas Trigger invoked during an insert in which I’m sending an http request (I suspect there are feelings putting this within a trigger but its required presently) with elements from the full document passed through.
My data is stored in the following format:
How can I convert the binary value of my string into a human readable UUID which I can then use.
Thanks