Filter wizard not working properly

I am here assuming that this post is linked to your question in a previous thread. I am posting it so that people who want to solve this have some background. Change variable to uppercase - Build - UiPath Community Forum

  1. As @ptrobot suggested in the other thread, it is important that you do not hardcode your reference strings. If you do please use the Trim and ToUpper methods so that you are comparing Trimmed and Uppercase strings.

  2. Also are you sure that logic is what you are looking for in the filter wizard?
    ("Dept. No" AND "Manager") OR "Manager"
    I do not think this is correct. This logical will fail in some scenarios where only Manager is a match and Dept. No is ignored.

1 Like