Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?
What actions must be manually selected in the App/Web Recorder before recording a step?
What specific combination of permissions is required to disable errors from the Error Feed widget on the Monitoring > Jobs page in UiPath Orchestrator Monitoring-7
What functionality does the Step Out action offer when a developer Is reviewing a process during debugging, as shown in the exhibit?
A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:
The Invoke Method includes the following properties:
The Invoke Method includes the following properties:
Based on the exhibits, what is the outcome of this Invoke Method activity?
What happens when closing a Remote Debugging Connection while a debugging execution is in progress?
What is the purpose of the Interval filter in the Orchestrator's Monitoring page?
In a UiPath State Machine workflow, which section of State activity is used to specify conditional/triggers logic and multiple outgoing transitions in a state machine?
Which major sections can be added or modified in the State activity of a UiPath project that uses State Machines?
A developer has created a variable of type String called "MyNumbers" and assigned to it the following value: "1. 2, 3.4, 5. 6". What is the resulting data type for the expression MyNumbers.Split("."c)(1)?