From the course: UiPath Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Adding a report to the framework

Adding a report to the framework - UiPath Tutorial

From the course: UiPath Essential Training

Start my 1-month free trial

Adding a report to the framework

- [Instructor] So now that we've created the report, we want to go and add it into our framework and use the actual values from each transaction. We can see then the arguments are currently using test values for the WID and the status, and we want to use the actual values from each transaction, so let's go back into our framework and decide where we're going to add this. The most sensible point is after the transaction has been processed, and if you have a look in the Process Transaction state, at the very bottom there's a Finally section. We're going to add our Invoke workflow for the Generic_CreateReport component in the same section as the Invoke SetTransactionStatus workflow. Let's take our component, add it in, and let's import the arguments and see what we need to change. At the moment, we currently have in_FilePath as a hard-coded value. It's never good to have hard-coded values anywhere in our project, so…

Contents