Error Handling with Try Catch with excel output message

Fine

Make sure these are correct

  1. Columns are correct
    in that case use column index like this
    CurrentRow(0) - for first column
    CurrentRow(1) - for second column @Daffodil

As column index starts with 0 for first column

  1. This multi assign activity is inside FOR EACH ROW activity

  2. And finally
    Try upgrading your activity package to latest version

Go to Design tab → Manage Packages-> project dependencies-> upgrade all the packages

Cheers @

1 Like