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)"...