How to stop to many operations

Hi, I am checking the events of a specific day on different calendars. However when I am checking the first search does ONE operation, the second one does FOUR operations and the last check does TWELVE operations.

How can I arrange this so EACH search is only ONE operation?

You either:

  1. Use a single Text Parser module to extract all the fields/variables in a single operation, or

  2. Turn OFF “Global Match” for all your text parser modules, or

  3. Aggregate each Text Parser modules’ results

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

samliewrequest private consultation

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

Hi, Thank you for your answer.

What ould the single text parser module look like ?

Also are you saying that I need to do all 3 or just one or the other ?

I meant use just one, or as few Text Parser modules as possible, to perform a single match to extract all of the variables at the same time.

Maybe a mix of all three, depending on your use-case.

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

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

Hi, Thank you I am not sure what that looks like. Can you please show an example?

Also I do not understand why there is multiple operation being done everytime.

I am following up. Your explanation was unclear for a novice. Do you have any example to reduce the amount of Operation that happens.

It should only be one opeariont at the time and not exponentially growing

I am following up. Your explanation was unclear for a novice. Do you have any example to reduce the amount of Operation that happens?

It should only be one operation at the time and not exponentially growing