3rd point which activity to be used and how to compare it common folder

  1. Open INVOICE folder on computer - Create common folder
  2. Open LOG File spreadsheet
  3. Pick the first entry from LOG file where ‘Completed’ column-C value is not ‘X’ and Obtain the PAYROLL DATE (Column-A master job ) and Invoice Date (Column-B sales journal)

3rd point which activity to be used and how to compare it common folder
image

Hello @sachin_hu!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

Hey @sachin_hu

Please explain more about the log file with snap if possible.

We need to know the type of it, structure etc

Thanks
#nK

1 Open LOG File spreadsheet
2. Pick the first entry from LOG file where ‘Completed’ column-C value is not ‘X’ and Obtain the PAYROLL DATE (Column-A) and Invoice Date (Column-B )

in common folder there will be having multiple mastercostjob and sales journal file according to payroll date and invoice date we have to choose from common folder
then we have to read both file

  • excel file will be saved “Mastercost1-27-22” and “Sales jonural1-27-22”

For Opening log file - you can use read text file.

For reading first line - we can do string manipulation may be split.

Hope this helps.

can you please help me on this i’m not able to do that

Could you please show the structure of the log file or just share the file here

Invoice validation phase 2.zip (75.1 KB)

in file path folder u have files
help me with this also

Pick the Employee name from ‘Line Description’ column-D and filter all the entries starting with the employee name in SalesJournal file.
For each row of employee details, fetch the values from columns – F & G labeled ‘Credit Amnt’ and ‘Qty’ and Open MASTERJOB COST file spreadsheet
Pick the entry matching with the Employee name fetched by filtering from SALES JOURNAL file against the ‘Employee Name’ (column-D) and need to compare with another excel file “Emp Name”

tried multiple way to filter data but getting an error pls check with that also