Is there any way to provide multi line parameter in a Step? #2160
samuelbenison
started this conversation in
General
Replies: 1 comment
-
Multi-line parameters are not supported at the moment. If it's a dictionary have you tried passing it as a table parameters? You can then loop through these values in the step. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like to pass a multi-line string as a parameter via step? Is that possible?
For example, Something like this:
My goal is to pass a dictionary (python) as a parameter, but the items may get a little large, and I don't want to crowd them in a single unformatted line, then it might become a little hard to read. It is okay if I can only be able to pass them as a string, I can convert it into a dictionary later.
Can you please suggest what are my options to pass JSON like data in a step parameter? Thanks
Beta Was this translation helpful? Give feedback.
All reactions