Returning UUID ID from MySQL Not Working

Howdy,

Using Docker N8N Latest version.

I am trying to not use the Execute SQL unless necessary but for some reason after a row getting inserted, the insertId is not being returned. When running the same SQL command with the Execute SQL operation and appending RETURNING id, it does return the id.

If the schema were to be an INT then the insertId would work, but looks like it is not working with UUID.

Could it be that insertId is not the same as RETURNING id?

Thank y’all!