Hello,
I have a big problem with a job to do, and I don’t have much experience with UiPath.
My Job consists of comparing some elements between two web pages, of two different sites.
I describe the flow.
I enter site 1, and acquire the data.
I can download them as CSV or with page scraping.
Them
I enter in Site2 (servicenow).
I can scrape this table.
Then… IF Purchase Order of Site1 is present (=) in PO Number of Site 2 (snow)…
them, i must return in Site1, end Click on value of Nervice/Time Sheet, equivalent column,
and collect other data.
PO_Line (green or yellow in jpeg), Submitted Amt, Due Date, Action Completion.
at this point I have to compare if they correspond with the data collected in the previous Snow table.
For each Purchase Order corresponding,
i have to check that they match too
the PO_Line and the Amounts of each PO_Line.
(and also that the date is <= Today, and that actual completion is always “none”)
Then… If it matches, make a check click on the Site1.
the flow is completed by returning to the Site,
in another environment, and by searching for the Purchase Order available and clicking on each corresponding PO Line and inserting some collected data in the last two cells. (site1 timesheet number, and today’s date).
it’s a big flow, I know, but I’m not sure how to work it.
Can anyone please help me?
thanks