• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Thursday, 5th March 2026.

Extract by Regex First or Iterate first?

Status
Not open for further replies.

Kenny

Member
Hello, i have an array like this below:
1620710192544.png

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
1620710793491.png


Please advise.
 
P

PabblyMember3

Guest
@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.
 
Last edited by a moderator:
Status
Not open for further replies.
Top