Ttn uplink and mysql desynchronized

Hello,
I'm listening for Uplink messages (each 2 minutes arrives 1) from a LoraWAN device and inserting the data to MYSQL Data Base, but I don't understand why but there is a desynchronization between the received data and the inserted data.
If I'm reciving the message with the ID 70 with the ttn uplink node, the MYSQL node maybe inserting a previous message with ID 30.
And if I disconnect the LoraWAN device from the Power, continues appearing data in the Data Base each 2 minutes until the data reaches the ID 70.
If someone could help me to understand what is happening I would appreciate it.
Thanks

image

Put debug nodes into the flow, give them names so it is easier to follow the output and then try again. By following the debug you should be able to work out what is going on. If you tick the box in the debug nodes to write to console then they will be written to the log which may make it easier to analyse what happened.

Thank you Colin for your answer, I always use the Debug nodes but I quit them for the photo, I don't know how I have solved it but it is done.