一部重複する内容のファイルをファルダ分け

UiPath StudioXの初心者です。
スクリーンショットで保存された画像を
写真名に一部重複する内容の写真毎にファイル分けしたいです。

例:【ファイル123】に下記写真が入っていたので、写真名が重複する写真をファイル毎に分けたいです。
【ファイル①】:(111-250101)(111-250102)(111-250103)
【ファイル②】:(222-250101)(222-250102)(222-250103)
【ファイル③】:(333-250101)(333-250102)(333-250103)

UiPath StudioXの設定方法を教えていただけますでしょうか。
よろしくお願いいたします。

@kanenakas

If you want to set different names then pass the name as you need …if in loop then can use currentindex which changes for each iteration as well

Cheers