UiPath-ADPv1 Exam Question 81
Which activity should a developer use to add custom information to logs related to transactions for tracing purposes?
UiPath-ADPv1 Exam Question 82
A developer is working on an automation using the REFramework. Each transaction item represents a piece of client information. For each customer, the automated procedure must click the "Generate Shipment Details" button. This generates a table of shipment records for each customer.
What type of exception occurs when the data is not accessible, the created table displays only the header row, and processing for that client must be halted?
What type of exception occurs when the data is not accessible, the created table displays only the header row, and processing for that client must be halted?
UiPath-ADPv1 Exam Question 83
A developer extracts a date from an email. The date will always be In the same format and always from the past. Some examples of this format are: "3 Mar 2023". "20 Nov 2021". The name of the variable where the date is saved is DateString What expression should the developer use to check If the extracted date is within the last 7 days?
UiPath-ADPv1 Exam Question 84
Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:

A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?

A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?
UiPath-ADPv1 Exam Question 85
Where is the TransactionNumber incremented in the REFramework?
