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?