Do you mean that the values "RowKey" ,"Timestamp" and so on are not written into the new inserted row?
Is the sql row empty? check your raw input of the sql insert action, what does it say?
If the sql row is empty, you should check your parser. maybe you could create variables for each parameter "RowKey", "Timestamp" and so on to see if the parser output is empty.
You can then insert the variables into your sql action.
Like this:

if you want to get the data from the new row you could just use the "get-row" action and fill in the id from the "insert-row" action?