Hi, I am trying to use the get row item function to find a value on a row using a variable created as the RowIndex output of a lookup data table variable (so it is an int32 variable). However get row item won’t let me input this variable as a valid row input, as the "Value of type ‘integer’ cannot be converted to ‘System.Data.DataRow’.
how should I solve this?
thanks for your help