Extract by Regex First or Iterate first?
Status: Closed · Asked by Kenny on · 0 views
Hello, i have an array like this below:
I want to extract the "SN154" and "BA155" because these are my product SKU and will later be used.
I tried to extract the array using [A-Z]{2,3}[0-9]{3,4} but only "SN154" comes
Please advise.
Iterate first
Iterate first
But then we dont have filter by REGEX yet
I think @Pabbly will be more helpful here if they have workflow access.
The goal here is to extract specific patterns in an array that i will use it later
I did Extract first and then the result is not an array
Can you copy-paste the Text field's value you're mapping here
@Kenny
If you would like to extract the values within brackets then, you could have used Text Formatter -Text Parser action to get the desired value.