If condition Excell cell Column

Here my question is how to check my excel cell column is numeric or not? and I want to write this condition in IF condition.

Condition

@Pedda_Reddy

  1. Read Range activity for Read the Excel and it will output Datatable
  2. Use Foreach row activity for looping into datatable
  3. Inside Foreach row place if condition
    (row("Quantity").Tostring).IsNumeric

For more reference on Read Range and Foreach Row, you can refer below

Mark as solution if this helps

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.