Text Parser Output Error = Scenario FAIL

Hi gang, new to make (& this level of coding) yet AI is supporting me to build this entire scenario and its awesome (when it works). yet the first text parser [5] isnt outputting received data… hmmm… ticket waiting 2 days already so here I am.
thx fam much luv <3

– – – –
SCREENSHOTS
full scenario screenshot + text parser [5] output = EMPTY while input is LONG STRING = error.

BLUEPRINT
blueprint available (error w/ module 2 & 5]

OUTPUT BUNDLE = ERROR [whered it go? how to get it back?]

– – – –
SPECIFICS
input is full of data. output is empty. running code with make ai hasnt solved it after 6 attempts. openai gave 4 different scenarios, all three of us dont know.

– – –
input sample =Concept 1: Example TitlePrompt for Leonardo : Example PromptRationale : Example Rationale

– – –
Module filter [2 > 5]: blank

– – –
The error in the scenario =Failed to refresh metadata. Invalid regular expression:/Concept \d+: (?)Is+Prompt for Leonardo :(??)Is+Rationale : (?.*?) (?=|S±-- $)/: Nothing to repeat

– – –
BROKEN SOLUTIONS:Many different regex codes were attempted, some errors didnt run, some ran yet output was still empty:

Concept \d+: (?.?)\nPrompt for Leonardo : (?.?)\nRationale : (?.*?)(?=\n—|\Z)INITIAL FAIL = empty

Concept \d+: (?.?)\nPrompt for Leonardo : (?.?)\nRationale : (?.*?)(?:\n|$)FAIL = empty

Concept \d+: (?.?)\s+Prompt for Leonardo : (?.?)\s+Rationale : (?.*?)(?=\s±–|$)ERROR

Concept \d+: (?.?)\s+Prompt for Leonardo : (?.?)\s+Rationale : (?.*?)(?=\s±–|\Z)ERROR

Concept \d+: (?.+?)\nPrompt for Leonardo : (?.+?)\nRationale : (?.*?)(?=\n—|\Z)ERROR

Concept \d+: (?.+?)\nPrompt for Leonardo : (?.+?)\nRationale : (?.*?)(?=\n—|\Z)ERROR

Concept \d+: (.+?)\nPrompt for Leonardo : (.+?)\nRationale : (.*?)(?=\n—|\Z)ERROR

Concept \d+: (.+?)\nPrompt for Leonardo: (.+?)\nRationale: (.*?)(?=\n—|\Z)FAIL = empty

Concept \d+: (.+?)\nPrompt for Leonardo: (.+?)\nRationale: (.+?)(?=\n—|\Z)FAIL = empty

Concept \d+: (.+)\nPrompt for Leonardo : (.+)\nRationale : (.+)ERROR

– – – –
Any support is greatly appreciated, the project is stalled until this is fixed.
Thanks Fam! INJOY Brian




bundle input.txt (202 Bytes)
bundle7.json (12 Bytes)
sc3 blueprint.json (70.9 KB)

Can you share the sample text you are trying to match against, the value you want to get out of it and the current regex you have at the moment? Ideally with a link from here.

Hello @Studio3B :waving_hand:

Can you please quickly jump in and share the solution? It might be very helpful for any Maker facing the same error. :hugs:

Thank you!

Instead of trying to fix an overly complex scenario, delete the problem entirely by simplifying the scenario.

There are way too many moving parts. connect apps directly and then only if needed do you add on technical connectors.

this was built by AI so its not optimising, its building complexity in because I didnt know how to work with make.

I went on upwork and got a make professional on it and its fixed in 3h. No more waiting on support for 3d and then them not answering the question and moving on, sometimes its just time to hire in a pro, then work with them n learn the right away faster. delegate and achieve faster.

Oh I learned how, and its app to app, not 5 modules inbetween.

KISS (Keep It Simple, Stupid)

INJOY!