Hi,Thank you for the reply. I think your reply's accurate.So the body
script for the vlookup function as I have
it:body="vlookup($lookup_value, $Table_array, $Col_index_num,
$Range_lookup)"/>is incorrect. As the vlookup as 4 arguments, the body
script should be instead:body="vlookup($1, $2, $3, $4)"/>And during the
function call, I would simply pass the column fields or xpath name that
corresponds to each argument, i.e., since the vlookup syntax is:
vlookup(lookup_value, Table_array, Col_index_n...