Hi guys I'm making a simple flow, where I read data in a zone, and based on this read data, I want to extract specific values using REGEX:
in order to write these values in variables to be written in a txt or xml output file:
I've been consulting the scripts and I've picked up quite a few ideas, including one I'm using that does a REGEX and should write the variable to the file:
But this is not happening
Where could I be going wrong?
Could you help me?