"expand" the height of the Execute Subroutine parameter(s) field(s)?

I have some subroutines that do logging. I would like to “expand” the height of the parameter field so I can see multiple lines, similar to how it’s set up for things like “Display Text”.

This screenshot explains it better I think.

Is there a way to do this?

It's a good practice to store the multiline value as a named variable,
and simply use %Variable%someVariableName% in the text field.

1 Like

Yes, but for simple but numerous logging that I’m doing, that’s an extra step times a lot.

You could always automate it.

It seems reasonable to me that the message field should expand to display the full message.

On the other hand, it is a deterrent to using multiple lines in a log entry where one would be sufficient and tidier. :wink:

This is a single line field, not a multiline field. This is unlikely to change.

Oh! I’ve actually been using the “Create pre-filled action” macro from @Zabobon for a long time, but I’ve never thought about using it to create multiple steps at the same time. Great idea!

1 Like