I have a Bug.
When I rerun a incomplete Execution and the error module is succesfull but the next module has another error, the scenario is shown as succesfull. It should have the functionality to rerun also the failed one.
Also I would like to rerun multiple incomplete executions at once.
Welcome to the Make community!
For technical issues or bugs like this, directly contacting support can often lead to a faster resolution. They have access to your specific account details, scenario and scenario logs, server-side logs, and internal tools and resources, which allows them to investigate more thoroughly than what you have access to. Additionally, sharing sensitive information about your account or scenario might not be suitable for an open forum discussion.
You can open a new ticket here, or if you are unable to login for some reason, you can create another new free account to access the ticketing system (which is only available to logged-in users). Alternatively, you should be able to send an email to helpdesk@make.com and support@make.com and it should create a ticket. After submitting a new ticket, you will receive an automatic confirmation email with the subject “Ticket Created” in the subject. If you do not receive this, try sending the ticket again.
If you manage to get your issue resolved with support, we’d still love to hear about it! Sharing your solution on the forum can help others facing similar problems.
Join the Make Fans Discord server to chat with other makers!
1 Like
Have you thought about whether you really need to Allow Storing of Incomplete Executions?
You might consider restructuring your scenario such that it can handle cases where it may run multiple times via the same triggering data.
For example, from the screenshot you’ve provided, you could check if a folder exists before trying to create it.
Or, you can add an error handling route to handle cases where a folder already exists.