Data extracted from pdf and stored into excel file. Now need to display the extracted data into action center.
How to do this. Please guide me on this.
To display data extracted from an Excel file in UiPath Action Center, follow these concise steps:
Read Excel Data*: Use the Read Range activity to read data into a DataTable.
Create Action Center Task*: Use the Create Form Task activity to design a form in the Form Designer, where you can layout components to display the data. Bind the DataTable to the form to show the data.
Publish Task to Action Center*: Configure the task with a title, instructions, and bind the extracted data for review.
Handle Task Completion*: Use Wait for Form Task and Resume to pause the process until the user completes the task in Action Center.
Process User Input*: After the task is completed, process the user’s input or validation from the Action Center as required.
After reading the data from the Excel file and setting up the “Create Form Task” activity, you will need to design the form that will be used to display the data in the Action Center. Here’s what you need to do:
Click on the Open Form Designer button in the “Create Form Task” activity. This will launch the form designer where you can design the user interface that will be shown in the Action Center.
In the Form Designer, you’ll need to add components to display the data. You can use components like labels, text boxes, or data tables to display the information you’ve extracted.
Bind the components to the data you wish to display. This is done by setting the ‘Data Bindings’ for each component to the corresponding columns in the DataTable that you have extracted from the Excel file.
Once you’ve designed the form and set up the data bindings, save and close the Form Designer.
In the “Create Form Task” activity, you need to pass the DataTable as the input to the Form Data property. This will ensure that when the task is created, it will display the data from the DataTable.
After setting up the form and the data bindings, continue with the workflow to create the form task in Action Center. When the workflow runs, it will create a task in Action Center with the form you designed, displaying the extracted data for review or further action
To send the data from the Action Center via email , follow these steps:
Use ‘Get Form Task Data’ or similar activity* to retrieve the data from the Action Center task that has been completed.
Assign Variables*: Extract the data from the task into variables. You can create a string variable for each data point like name, dateOfIssue, dueDate, and invoiceNumber.
Format the Email Content*: Create a string that will serve as the email body. You can use HTML or plain text formatting. Here’s an example in plain text: