Getting an error of row not declared, even after using for each row and making the variable valid for the entire sequence : row.item(0).ToString+ “[k(enter)]” , I am writing this in a type into activity.
can you post your sequence here?
Hi ,
Row need not to be declared , as you drag and drop “for each row” activity “row” will be declared by activity itself.
Try deleting the already declared row variable , for each row activity and do actions again ,this time don’t manually declare row.
project.json (1.3 KB)
.xaml file please
Hey Krishna,
I have not declared any row, This might be a setting error
project.json (1.3 KB)
can you check this?
Main.xaml (10.4 KB)
I have sent it on the previous thread
Hi ,
Checked that , it is actually “CurrentRow” not “row” … Change row to CurrentRow and it will work
Can you help me with another thing?
Hi ,
I am not sure what you are trying to do there but i’ve adjusted the xaml , please check
Main.xaml (11.0 KB)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.