Complex scenarios in claude.ai

Hey team Make… You know my scenarios are getting really complex because the claude.ai API usually gets overloaded, so I switch to chatgpt and have to repeat the same thing in all the claude modules… Any ideas to make it easier? I was thinking, for example, that the scenario shouldn’t run until all the modules are good… but I have no idea how to do this… any other suggestions? I think the idea would be helpful for many… thanks

1 Like

Whoa @Rafael_Zarro;

Using the Break error module would let you drop the OpenAI backup paths, because the module would be reran automatically after 1 or more minutes. And you can attempt several times. The downside is the amount of time involved.

Alternatively, you could sleep for 10 seconds, run a clone of the module that error’d, then use the Resume module to push information back into your typical workflow.


Theoretically, you could replace that Ignore module in above with a Break module.

Ideas

I agree with @ImMichaelCannon. Think using the break module or wait module is the best option.
Or just drop claude and go with openai to start with.
Openai also has the option to batch operations which are offered at a reduced price.

1 Like

Wonderful, thank you so much. I’ll try your suggestion and work on this :slight_smile: