How to click or select something based on the last three characters?

HI @jijorhohim98

Try this

  • Data scrap the table
  • Loop through the rows using for each row in datatable
    • If Condition to be like
System.text.RegularExpression.IsMatch(CurrentRow("Branch Name").ToString.Trim,"X{3}$")

in then
use the click activity and use dynamic selector with the inner text attribute or other attributes which have the Branch name

Hope this Helps

Regards
Sudharsan