Open edit of just copied row

hi all.
by click on button, user have to copy present data (in detail view) by making a new row, and open edit of it.

i made a relation to last row of a user. but in custom action: “add row”, “notification”, “show edit” - open edit of existed row, not new.
i guess new row don’t appear such fast as custom action flow work. i be happy if “delay” action will exist, but it’s not.

how to solve it?

you need to record the row ID of the new row, using the after action, then open a new screen in that table, with the filter rows of that recorded row ID.

“after action” - what is it?