=> Extract the whole data as datatable by using Extract datatable activity.
=> Use for each row in datatable activity to iterate the extracted datatable.
=> Inside for each row in datatable activity insert the If condition to check the row of column equals to your condition like
→ Currentrow(“Columnname”).equals(“Human Resources”)
=> Insert the assign activity in then block and create a variable and store the row count.
=> In then block insert the click activity and indicate the pencil mark. When indicating check the strict selector and uncheck the fuzzy and image.
=> Open the click properties, open the strict selectors and take one specific attribute then pass the created variable.