Looking for dynamic sized variable input boxes for 'Prompt for User Input'

I'm looking for a way to view multiple lined variables during the 'Prompt for User Input' dialogue

This is technically possible at the moment - the user just needs to use Option-Return for a newline and then direction keys to go up and down.

Here's a list on 3 lines using the same prompt/variable:



I'm wondering if there are any alternatives to doing this.

The best I can come up with is using TextEdit and then having KM read the file into a variable.

Are there any ways to handle this inside of KM?

Have a look at Custom HTML Prompt Action

It'll do what you want.

1 Like

Thanks - I'll see if I can get it working