Yes… what I m afraid is that MySQL accept these kind of operation only with Forms and POST.
But last time I had to click on 890 buttons… so I was hoping to find a more automated system
In the condition step instead of the {{query2}} type {{query2.length > 0}}
This will make everything inside the condition to execute only if the query returns something.
Forgetting what you have done to date can you concentrate on explaining in more detail what data you are using as a condition and what you are trying to do. I suspect you may not need the conditions, and it can all be done with a single sql insert.
Hello,
Actually for checking if a query has records, you only need the {{query}} in the condition.
If it returns records -> then step will run.
If it returns no records ->else step will run.
{{query.length}} check is not really required here.
Most probably a wrong values is used somewhere in the update step.