A developer needs to automate a process which involves capturing support ticket numbers from the email subject line. For example, the email subject line includes: "Action Required – XA/135" where "XA/135" is the ticket number. The robot should validate the pattern of the ticket number before proceeding.Which expression exclusively matches the ticket number pattern from the subject line?
You have two variables, varA and varB, as shown in the following exhibit:What is the output of the Write Line activity?
When developing a process, you were provided with two datatables, DT1 and DT2, as shown below:The process documentation specifies that the two datatables need to be modified to reflect the following DT2:How should the properties of the Merge Data Table activity be configured?
A database, DT1, is shown in the following exhibit:The Filter Wizard of a Filter Data Table activity is shown below:What is the result after the activity has executed?
A developer has a datatable "dt_Companies" containing data for numerous companies. In the datatable, "RevenueSize" is a numeric column representing the current revenue in USD and "YearFounded" is a numeric column representing the year the company was founded. The developer needs to filter the datatable to obtain only companies that were founded after the year 2010 and also have revenues less than 500,000 USD.What represents the configuration of the Filter Wizard of the Filter Data Table activity to obtain the output into the datatable, "dt_FilterCompanies"?
HOTSPOT -A developer wants to use the Robotic Enterprise (RE) Framework to automate a business process. The TransactionData of this process is a collection(List<String>) of vendor names.From the drop-down list shown in the exhibit, select the variable type for the TransactionItem.