Trigger scope is working at the beggining

Trigger scope is working at the beginning of workflow only , now I need to put it in the middle of a flow , to trigger user input , any recommendations ?

By name it’s designed for triggering the workflow so it should be start of the workflow.

If you want to ask for user input, you can use Input Dialogue.

Thanks,
Ashok :slight_smile:

1 Like

i want to run python script that open a window , want flow to continue after user click ok … how I can do it ?

@sesa499170,

As per my understanding If you ate using Python Scope to execute python script, bot will wait for timeout of the python scope or completion of script run.

I think you won’t require any additional logic for this. Try this.

Thanks,
Ashok :slight_smile:

1 Like

Thanks alot for your continuous support Ashok , Python script will run ,then user will add inputs then click ok , so want the bot to wait for user input and confirmation to continue.

@sesa499170,

Here is sample code for you which will run a tikinter demo script which will wait for 1440 minutes for user input before timeout. As soon as use click on Quit next remaining code will resume.

Python demo

Sample Code:
Main.xaml (8.3 KB)

Thanks,
Ashok :slight_smile:

1 Like

That is exactly what i was seeking for , you saved my world :smiley: thanks a lot

it seems log message made the bot wait for user input , how ?

@sesa499170,

Glad it helped :cowboy_hat_face:

It’s Runt python script activity made the bot to wait for input.

Thanks,
Ashok :slightly_smiling_face:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.