Auto pilot for all text at once

like we can have a time delay of 1 sec letter by letter execution of text without adding a wait autopilot because I have much text all text should have been typed with 1sec letter by letter

Hi @knani1664 ,
You have to use {wait} command to delay any autopilot command.
You can use repeat and split function to workaround this.
Please let me know if the below works out for you.

{repeat: for x in split("Hello how are you?", "")}{key: {=x}}{wait: delay=+1s}{endrepeat}