Can any one help me how to use new file change trigger inside trigger scope

HI all i have a python process i invoke that process through Uipath so the flow should wait untill the python process is completed so at the end of python script i wrote to write the text file now can any one help me how to use Can any one help me how to use new file change trigger inside trigger scope so that the flow continues after there is change in the text file

Hi,

There are some versions of FileChangeTrigger activity. If you want to use the latest (v3), the following simple sample will help you.

Can any one help me how to use new file change trigger inside trigger scope so that the flow continues after there is change in the text file

You need to set OneTime at Scheduling Mode property of Trigger Scope.

Regards,

@Yoichi I have directory :c/documents/UIpath/automation test in that I have trigger.txt file so when the file was changed it should trigger can you please help me with sample flow please…

Hi,

Can you try the following?

Sequence1.xaml (6.1 KB)

Regards,

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