I want a pause between each line of text, I can only get the text to be entered, with out a pause what am I doing wrong?
wow that worked thank you so much, this has literally been a problem for me for about a year, I'm trying to automate midjourney, I used to have a customer coded solution but it was hideous and stopped working aaaaaaaghhhhh at last
how do i get it to run straight away there seems to a pause at the start
If you switch the order of the Pause and the Insert action, then the pause will be AFTER each insertion instead of BEFORE.
But maybe you don't want a pause either before the first item or after the last item. Let me think about that for a moment.
I have a solution. I'm still wondering if my solution is the simplest one possible. Hey, what is the reason you need to "pause" anyway? Most apps don't mind if you enter multiple lines at the same time.
EDIT: I have two solutions. But I think both of my solutions are overkill because I can't think of any reason that you need to "pause" between insertions (but that doesn't mean there isn't a good reason.) I want to give you the simplest solution possible, so I would like to know more about what you are trying to achieve with these pauses. My solutions are about 7 lines long each, and that may be more complex than what you need.