None of the overload groups have all their required/optional activity arguments configured

What error is it?

Process.xaml (8.5 KB)

@chol644

You didn’t provide any input under ArrayRow or DataRow fields.

Do I have to fill in all three input properties?

@chol644

No. You need to provide input to Datatable and either ArrayRow or DataRow fields.

1 Like

@chol644

우선 add data row 쓰실려면,

  1. new row 선언
  2. 해당 row 에 값 넣기
  3. add data row

add data row
옵션에서는 데이터 테이블 변수
그리고 데이터로우 또는 어레이로우 변수 입력하셔야됩니다.

설명 감사합니다:)

1 Like

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