Multi line text parameter to workflow

Like how when we call “send email” action we are able to pass a multi line text as parameter (the text entry box shows bigger and supports “return” key), how do we have a multi line parameter passed to some other API workflow?

Here’s how a typical email call looks like:

And here’s what it looks like when I want to recreate the email call with my own custom api workflow for some reason. Even if not for email use-case, there could be another reason that I might have needed multi line parameter to be passed to workflow.

Here unfortunately, the text box is pretty small and I can’t enter multi line long text. If I press enter (return), nothing happens.

How to go about passing a multi line dynamic parameter to a workflow?

Try using Arbitrary Text…

Ah yes, that works well! Super.

Thanks. I wonder why I didn’t think of that!