Skip to main content
Question

How to buffer a regex value from an API response

  • March 6, 2026
  • 0 replies
  • 3 views

Forum|alt.badge.img

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!