So, I get this error:
[["SUBMIT_VALIDATION_REPOST","This community has limits on how often the same link can be posted, and this link was posted within the past 10 days","link"]]
I understand that Make scenario tries to post the same link to the subreddit. The subreddit has rules and this triggers errors and the scenario stops.
How can I make my scenario to not post the same link after an error occurred and just skip it.?
Hi Pavlos, if you just want to just skip the link you can use filter or you can use error handlers like ignore if you want to skip the bundle that causes the error
More about filters and error handlers
Filtering
Overview of error handling in Make
Where should I put the error handler? After my WordPress module?
Check attached screenshot.
Which is the module that caused the error
[[“SUBMIT_VALIDATION_REPOST”,“This community has limits on how often the same link can be posted, and this link was posted within the past 10 days”,“link”]]
Not sure which Reddit module is, but, let’s suppose is the first one on the top.