Assign Activity help

Hi,
I am looking to read through this column and then assign it to my master spreadsheet, with a Yes if the amount is greater than 0. I am using Vlookup and have other columns reading into the master. I am unsure of what code to write in the assign to make it look for that current row and check if greater than 0 and if so write Yes
image

row(“columnname”).tostring
will give you current row particular column value

Hey @Sean_Ryan1,

On the left side you can write it as Convert.ToDouble(CurrentRow(“ColumnNameHavingTheValueToCheck”).ToString)>0

Thanks,
Sanjit

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.