I created a iterate row action that takes the matches.My_Char and set the value to “{TransView.Field1}” and it did update my dataview’s My_Char column. However, when I try to do the same with a numeric field it doesn’t work.
I tried to take the matches.My_Num, which contains a number type, and then attemped to set the value to “{TranView.Field2}” and it did NOT update my dataview’s MyNum column. Note: I tried setting the data type of the row-update to “number” then I tried “numeric” and neither worked.
I’m sure this is something minor, but I haven’t figure out what.