BOT will tick in SAP based on cell value in excel

Hi All,

In this scenario, I have a excel file with 3 column, one is Rule (C2) & Value(D2). There are certain value on this 2 cell and both are int. For exam :
Sales order RULE : (C2) Value (D2)
111111-100 Force Sample Yes
111111-100 Dispo Level Tier1

Both the above data is under one sales order with same line item and SO# will be multiple.
Now based on the above Rules & value BOT will tick on certain field.
image
As per image BOT needs to click on Force SAmple or Dispo Level. Some times both can be there or sometime it will be single.

Above Rules and Value will not be same always it also be change SO basis.

Please help on this issue.

BR/Deb

Hello @Asitabha_Deb_asitabhad!

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

@Asitabha_Deb_asitabhad

Hello Asitabha,

an interesting problem. As far as I understand you correctly, you have one sales order number and for this different rows with entries, which you have to consider. I assume you process your Excel list row by row. Actually, aggregation would have to take place here. Aggregation is the task of collecting a set of values to return a single value. I don’t know Excel that well to know what is possible here.

A simple approach would be to read the sales order number of a row and look in the next row to see if it is the same. If yes, then the values are also read in and to jump to the line after next. If not, all is good. Not a good solution, because if you have more than two rows for an order number, it won’t work anymore.

Best regards
Stefan