Is it possible to pop up the window for inputting a value when we use "input" in run a task?

Hi,

When we use a “input” in run a task, is it possible to pop up the window for inputting a value?

Thanks.

1 Like

No, bots are executed on the server, not on the client. If you need user input, you should collect that before firing the bot.

2 Likes