Getting error in vlookup in Excel

@ujjalghosh

  1. May be the column type of Leavers ID is not same in both sheet please check
  2. SUserID can be of different type
    in value to lookup you can try CurrentRow.ByField("Leavers ID").StringValue

cheers

2 Likes