Câu 32: UiADAv1: UiPath Automation Developer Associate v1.0
A developer has created a data table. "dt_Users", as shown in the following exhibit: After scraping the data from a web application the developer wants to assign each row in the "dt_Users" variable to a Dictionary variable, "DictUsers". In addition, the developer wants to assign the user IDs to the keys and the userna…
Nội dung câu hỏi
A developer has created a data table. "dt_Users", as shown in the following exhibit: After scraping the data from a web application the developer wants to assign each row in the "dt_Users" variable to a Dictionary variable, "DictUsers". In addition, the developer wants to assign the user IDs to the keys and the usernames to the values inside a For Each Row activity. How should the Assign activity be configured?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. DictUsers(CurrentRow(1).ToString) = CurrentRow(0).ToString — đáp án hiện tại
- B. CurrentRow(1).ToString = DictUsers(CurrentRow(0).ToString)
- C. DictUsers(CurrentRow(0)) = DictUsers(CurrentRow(1).ToString)
- D. DictUsers(CunrentRow(1).ToString) = DictUsers(CurrentRow(0).ToString)
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.