Hi averyone!!
I have a issue with a run command
in my project I do divers INSERT, DELETE and UPDATE, previously all run commands worked but in March only one insert with inner join stopped working. No error appears in the robot, it just doesn’t do the insert.
I checked the sql directly in the database manager, but it works, even if I only run the sequence where that insert is located it also does
The sequence where I have the run commands is something like this

The properties for that insert are these

The output of that section when I run the entire robot

as can see it is inserting 0 records, when should insert 245 records

and as I mentioned before, if I run only the sequences where all the run commands are located, it does the insert correctly

I already tried with a run query, adding waiting time between each run commnad and using a connection string for each run command but I still can’t find a solution
Anyone else had this problem? help me please