Hello everyone,
I’m currently working on automating a process that involves entering purchase orders into an ERP system. Each purchase order contains several items from a specific supplier, including product codes, quantities, and unit prices. The orders must be entered into the correct branch within the system.
Each branch may have multiple orders from different suppliers, and each order is separated by supplier.
I’m trying to figure out the best approach to automate this process. The automation needs to run daily. I was considering consolidating the data into a single spreadsheet where each row would represent a specific product for that order. This means the spreadsheet would have many rows of products, categorized by branch and supplier.
I found that UiPath can read this spreadsheet and filter the data according to the combination of branch and supplier, which would cover part of the process. However, I’m running into issues when trying to assign the function in the Assign activity—it throws an error.
Does anyone have any ideas or suggestions on how I could proceed with this? Any help would be greatly appreciated!