Exam UiARD All QuestionsBrowse all questions from this exam
Question 89

A developer automates a process which has an Excel file as input data; however, Orchestrator is not available. As a result, the developer needs to adapt the Robotic Enterprise (RE) Framework for use with tabular data.

Based on UiPath best practices, where should the Excel file be read and stored in a global DataTable variable?

    Correct Answer: B

    Based on UiPath best practices, the Excel file should be read and stored in a global DataTable variable in the InitAllApplications.xaml workflow. This is because the initialization phase (Init) is responsible for loading and setting up all necessary configurations and data before the robot starts processing transactions. Reading the data in InitAllApplications.xaml ensures that the data is available at the start of the process and can be used globally throughout the workflow.

Discussion
Engineer24Option: C

Sorry the answer is C. https://academy.uipath.com/learningpath-viewer/8411/1/509650/30

Engineer24Option: B

Summary Robotic Enterprise Framework configured and optimized to get the input data from a tabular data source, such as an Excel or CSV file. Overview This template can be used as a starting point for automating processes where the input data comes from an Excel file or other tabular data. The project was created starting from the standard Robotic Enterprise Framework, available in UiPath Studio starting with version 2018.1. Several changes were made: TransactionItem variable type changed to DataRow, instead of QueueItem. Input data is read in the Init state and kept in memory in the TransactionData variable. GetTransactionData workflow was changed accordingly to get a DataRow from input data based in Transaction Number.

jpmena6Option: D

It's in the init state but it's bad written

Hamossa

The answer C 100% from the academy. Please revise before misleading people

Aryan12345Option: C

Get transaction Data state

karthikreddy7850Option: C

C is correct