0% found this document useful (0 votes)
21 views

4. Integrating Python in UiPath

The document outlines the integration of a Python script for monthly expense analysis into a UiPath workflow. It details steps to run the script, capture the highest expense category, and send an email with the results. This integration aims to enhance efficiency by combining Python's data processing with UiPath's automation capabilities.

Uploaded by

shalini J.S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

4. Integrating Python in UiPath

The document outlines the integration of a Python script for monthly expense analysis into a UiPath workflow. It details steps to run the script, capture the highest expense category, and send an email with the results. This integration aims to enhance efficiency by combining Python's data processing with UiPath's automation capabilities.

Uploaded by

shalini J.S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Integrating Python for Monthly Expense Analysis

in UiPath

You have a Python script that calculates monthly expenses and identifies
the category with the highest expense from a CSV file
(MonthlyExpenses.csv). You want to integrate this Python script into an
UiPath workflow to streamline the process. The goal is to:

1. Run the Python script within UiPath.

2. Capture the category with the highest expense identified by the


Python script.

3. Send email in uipath

Steps

1. Run the Python Script in UiPath:

o Use UiPath's Python activities to execute the existing Python


script that processes the CSV file and calculates the highest
expense category

2. Capture the Output: Retrieve the output from the Python script, which includes
the category with the highest expense.
3. Use UiPath activities to send an email with highest expense
category

By integrating your Python script within UiPath, you can create a seamless
workflow that combines the data processing capabilities of Python with
the automation power of UiPath. This approach avoids the need for
separate programs, enhancing efficiency and maintainability.

INPUT

You might also like