
Hey all!
I would like to buffer a regex value. I have a very long payload with customer data and I’d like to extract only the customer’s number. This whole payload is stored in “Result”. I have built this regex: {REGEX["customerNumber":"[0-9]+"]}
And I want to store this extraction into a buffer.
Anyone can support please? Thank you!