Infinite loop facebook watch/sender

Hello

Can you tell me why when i’m run scheduling i receive 3 answers an then make cancel the scheduling.

Does facebook watch see the message he just reply ? What can i do ?

Thank’s in advance.

Welcome to the Make community!

Are you getting any scenario execution errors?

Handle errors so scenarios don’t get turned off

You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.

Error directives can only be added to an error handler route.

1. Right click and select “Add error handler”

Screenshot_2024-04-13_220413

2. Error handlers will appear

For more information on error handling, see:

2 Likes