My scenario is not running all the moduls

Hi everybody,

Im having an issue with a scenario that im building to automate my customer calls.

The issue is that the scenario is not running all the modus.

I share an image of my scenario and where it stops.

Hi make sure to turn on continue if the text parse patterns isn’t found. This is most likely the reason. If not please send more screenshots of your text parse module and the input and output of it.

If i do that the output that gives me the Text parser module its empty (its not solving the issue). I have tried to after that module (text parser) put an Array Agregator module and it continues till there, but again, doesnt continue

Ouch, I have just seen that the text parser module doesnt give any output.

Also the pattern on text parser module, i’ve got it like this:

  • Nombre del cliente: (.+)\n- Nombre de la empresa del cliente: (.+)\n- Puntos de dolor del cliente: (.+)\n- El cielo (su situación deseada): (.+)\n- El infierno (todo lo que ahora les abruma): (.+)\n- Resumen de la reunión: (.+)\n- Next steps a seguir: (.+)\n- Insights del cliente: (.+)

(It’s in spanish)

Welcome to the Make community!

Could you go to regex101.com, paste in your Pattern at the top and paste the example text you are trying to match below it?

Then, save the test pattern and share the link with us here.

This will allow others to assist you here with your pattern. Thanks!

Join the Make Fans Discord server to chat with other makers!

1 Like

Hi, samliew!

Thanks, I share with you all the link of regex101

1 Like

If you need something else, dont doubt to tell me.

Hi Pasol,

Just one more step, you forgot to include some test string from this screenshot:

Paste it into the bottom part below:

Screenshot_2024-07-31_220737

Then, SAVE and Share the new link.

You can also join us in the Make Fans Discord server to chat with other makers!

2 Likes

Thank you Samliew, I give you the link again: regex101: build, test, and debug regex

It is not matching because the pattern does not match this part of the test string:

You need to update the pattern accordingly.

Hope this helps! Let me know if there are any further questions or issues.

You can also join us in the Make Fans Discord server to chat with other makers!

1 Like

Still not working samliew. Text parser module still not outputting anything.

Then that’s probably because every time the OpenAI module runs, the output is slightly different, which does not match the pattern…

What can I do to solve that?

Make (Integromat) Scenario Not Running Completely | Solved!!!