Row-update works for string but not numbers

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.

I want to say its because you misspelled TransView… but I’m assuming that was just a typo when you posted this question.

Can you attempt an update outside of your iterative event? Would help verify if it is the numeric or the iterative causing the issue?

I’m setting numeric boxes just fine:
image

3 Likes