You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
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.
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.