Scenario - the data I have has NULLS, so I need the bot to go row by row in a column and look for the NULLS. I am using an if with a condition of String.IsNullOrEmpty(row(“PreAdminPainScore”).ToString) I read the range > then a for each > I added a Lookup Data Table > then the “if” after that I assign it then write it back into sheet 2. I am missing something.
but when I run it and assign it is gets stuck in a loop. I’m no expert in this stuff.
Yeah it just loops, I have this done wrong in the area of assign I’m guessing (one) is the first part of adding in the column header and two is the for each with a look up data table in there
(3) is the if condition and (4) is the assign I think I did wrong row.Item(“Compliance”) and value of “NonCompliant” then I write to the table below that. I know I did this wrong.