Recent content by khalsa96

  1. K

    Solved How to use Filter collection(Utility - collection manipulation)

    You should use OR instead of AND. If you use AND you are querying a column that should be Booked AND Last Year Transaction AT THE SAME TIME. That won't be possible. Hope it helps :)
  2. K

    How to get current or parent xaml file name in Studio and Runtime?

    Hi everyone! Could you please help me if there is a way to get the current xaml filename in Studio or Runtime? It’s a requierment regarding a customized log component we are developing for a client. So far, there is no way to recover data from the log message activities. So, we are trying to map...
  3. K

    xpath to identify element

    Hi, You should check this. https://docs.uipath.com/activities/docs/execute-xpath Kr.
  4. K

    Solved How to use Filter collection(Utility - collection manipulation)

    If the column type is bool then you can operate with 1 and 0
Top