I have a long sequence for filling multi step forms; they all return a similar pattern which is needed for the next step to be valid:

What I need is to have a way that I can copy the post-execution parameters into all the steps, for example this can be selecting the parameters and pressing ctrl+c or right click copy, and then pasting them in the post-execution parameter panel.
At the moment, my only option would be to export it as text, edit it externally, and then import it back which is really not ideal.