Is there a way to use multiline parameters in the ...
# ask-community
t
Is there a way to use multiline parameters in the Prefect Cloud UI?
n
hi @Trevor Kramer - the run tab lets you input your parameters as JSON instead of the normal input fields using the toggle above the parameters section, is that what you were thinking?
t
That doesn't work either.
You can use
\n
in the json which does work but it is pretty inconvenient to do that translation for more than a line or 2
{
"json": "blah\n\nhere",
"stack": "prod"
}
n
Got it; in which case no - JSON doesn't support multi-line strings (without newline characters) so the UI doesn't at the moment either.