How do i copy a sequence of tasks?

for example I want to do

name
address
city

like 5 times in a row, how can i just copy paste that sequence?

Add more details and screenshots

Where do you copy and paste ?

It’s Excel ?

It’s a form on internet ?

UI.Vision just does not allow you to copy paste multiple lines in Table View, you could use Source View to copy multiple lines, but it’s a good practice to not have multiple lines of code that do the same thing. It seems you could use a loop for that.