How to write mouse clicks on Rows

Win10
PsychoPy version v2021.2.3
Standard Standalone? yes
What are you trying to achieve?:
Hi everyone, I’m trying to make a neuropsi experiment, and already have builded on the PsychoPy Builder, but all the useful data is on one cell, I would like to have every click on a single row

I already try the trials but the problem is the audio is long and I need the clicks at certain times, so split the audio is not an option.
I made an image to show what I want and what I have.

Thank you

thisExp.nextEntry() 

is the code you need to move to the next row in the data file. This happens automatically at the end of each iteration of a loop.

The current experiment is not using loops, is there another way to move to the next row ?

The way I said.