Text Parser Regex pattern doesn't work

Hi all!
I’m trying to create a simple scenario where:

  1. I watch all incoming emails via a Gmail connection.
  2. If an email matches certain criteria, I extract text from it using three text parsers. I know everything can be done more efficiently by combining all parsers, but since I’m new, I preferred to keep them separate to ensure each one works.
  3. I take the four parts of text that were extracted and add a TickTick task using them.

As mentioned, I have three parsers, each looking for a regex pattern. Two of the three parsers work as expected. I’m inquiring about the last parser in the scenario.

I checked and debugged the regex in an external online tool https://regex101.com, and it works as expected there.

I reviewed other threads, and this is all the information requested for issues like these:

blueprint.json (18.2 KB)

Input

[
    {
        "text": " שלום Hen Engel, משלוח RS1163393956Y ח 2988 שנשלח מAmazon Shopping ממתין בקניון שבעת הכוכבים שד` שבעת הכוכבים 8 קומה 1 הרצליה. למידע נוסף: לחץ כאן לתשומת לבך , ליחידות הדואר נדרש לזמן תור מראש משלוח למחזיקי תעודת עיוור לחץ כאן תודה, דואר ישראל"
    }
]

Output

[
    {  }
]

Thanks for your help!

Same here- all my textparsers doesn´t work anymore. I could not understand the reason. Is it a general bug?

Looks like it! @Claudia_Gabel

Enable “Global Match” in the regex modules settings, this should fix it :wink:

1 Like