Extract by Regex First or Iterate first?

Status: Closed · Asked by Kenny on · 0 views

Kenny — Question ·

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.

Kenny — Reply ·

Iterate first


But then we dont have filter by REGEX yet
Fagun Shah — Reply ·

I think @Pabbly will be more helpful here if they have workflow access.

Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
Kenny — Reply ·

The goal here is to extract specific patterns in an array that i will use it later

Kenny — Reply ·

I did Extract first and then the result is not an array

PabblyMember3 — Reply ·

@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.

Back to all forum threads · Log in to reply