if there is a where statement then it WILL be used, does the delete work but ignore the where conditions ? how did you test this ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
the on Delete fail will only run if there was an error, otherwise the delete will always be a success, even if it deletes nothing
does this answer your main question ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
are you saying that both the "on delete success" AND "on delete fails" run at the same time ?
What do you mean by "not have the correct parameters" ? what matters is if the SQL statement is correct or not
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
this is not the meaning of Where in SQL, your where are the conditions of the rows to delete, so whatever where you provide will be used to find a set of rows and delete them
if you need to control when the delete will run then you need the "Run Conditions" behavior, you can then add the rules you need to run the Delete action
is this clear ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I think that what you are trying to do is to check if there are records matching the rules OR nothing matches them in the database table, correct ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Ok, I have added a new event to the "Delete Data" to run when any records have been deleted:

if zero records were deleted then only "success" runs
The new event will be available in v8.0.35
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
you can find it now in the downloads area
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
did it work the way you wanted ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi JoCo
I found the issues you noted and fixed them, and I have also added a new event for "On Delete Records Not Found" as you suggested
thanks for the notes
Happy new year to you!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.