Extra row is added

Hi, I have created a Clock In/Clock Out function in my app, but somehow it creates an extra row every time I create a new record. I tried to delete the workflow and recreate it, but it still doesn’t work. May I ask what I have done wrong?

https://www.awesomescreenshot.com/video/44259375?key=70c030ec76a6c17c57d91949a443dc64

Is this an onSubmit action with a Form?
If yes, get rid of the Add Row step. It’s not required because a Form already adds a row when it is submitted.

Yes, thanks a lot Darren!