PCの特定のディレクトリのPDFを探してブラウザの所定のところに添付する

UipathでPC内の特定のフォルダのファイルを指定し、ブラウズの添付ファイルが可能なところに張り付ける方法を教えてください。またそれを同じ作業を繰り返すこと方法も併せてご教示ください。分岐以外の方法であるのでしょうか

@m.abe

You can use for eeach file in folder activity inside with currentfile.FullName will give thhe full location of each file identified in that folder

On the ui the place where you have an option to type use a typeinto activity and value would be currentfile.FullName

Hope this helps

Cheers