Excel Automation Delete the Cell Values

Hi @Buvaneshwaran_R,

  • use find activity that it has 100 . it will return the cellinfo and row index.
  • base of the row index , add prefix as column name
  • use Delete data to clear the value in the cell.

Thank you
Balamurugan.S