おはようございます。
UiPath Studio 2025.0.167STS Community editionのユーザーです。
DataRow配列の中でString配列を同じインデックス(int_index)を使って回すワークフローを作成してみました。(添付画像参照)
同じことをForEach系アクティビティを使って実現できますか?言い換えると、ForEach系アクティビティとString配列で同じインデックス(int_index)を共有できますか?
おはようございます。
UiPath Studio 2025.0.167STS Community editionのユーザーです。
DataRow配列の中でString配列を同じインデックス(int_index)を使って回すワークフローを作成してみました。(添付画像参照)
同じことをForEach系アクティビティを使って実現できますか?言い換えると、ForEach系アクティビティとString配列で同じインデックス(int_index)を共有できますか?
Hello @gorby
Perhaps I do not understand your requirement correctly.
The datarow and the array are two separate entities and do not have any direct relation on index?
However the For Each activity also has the index property, so you should be able to build the requested setup ![]()
Regards
Soren
Pls understand arr-datarow and arr-string have close relation by chance in my case.
Okay, then above suggestion should work.