UiPath初心者です。
まずは添付画像をご覧ください。
String型の配列を繰り返しアクティビティで回していますが、2点ご教示ください。
1.
arobjインプットデータカラム配列をアクティビティに入力していることは明らかだし、回転数も条件で指定しているため、プロパティパネルの入力欄は空欄で良いでしょうか?(配列)
2、intIndexのデータ型はint32で良いでしょうか?
UiPath初心者です。
まずは添付画像をご覧ください。
String型の配列を繰り返しアクティビティで回していますが、2点ご教示ください。
1.
arobjインプットデータカラム配列をアクティビティに入力していることは明らかだし、回転数も条件で指定しているため、プロパティパネルの入力欄は空欄で良いでしょうか?(配列)
2、intIndexのデータ型はint32で良いでしょうか?
どちらも正解です!
エラーが取れないのでしたら、or と、elseの、間に空白がありそうなので、orelseとしてみてください
@gorby
There is space between OR Else, Remove the space and use as orelse
Not String.IsNullOrEmpty(item.ToString) And intIndex <>0 OrElse
Can you try with just Or in the consition and also can you share the error screenshot
Also try this condition
Not String.IsNullorEmpty(item.tostring) and Not intindex.ToString.equals("0") or intindex.tostring.equals.((arobjインプットデータカラム.Count-1).Tostring)
Regards
Sudharsan
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.