I cannot get this to work. I use the iterator and the log each iteration to a variable , using the sql
select '1' as name
I get these errors
Query returned unknown row count.
Set [SQLFilePath] to "1"
The iterator could not be initialised.
Invalid column number:
this is just a simple example because it was giving me the same error when I ran a real query. I've tried by both column names or numbers and get the same results. Column numbers I've done 0 and 1 in case its not zero based, same thing.
What am I missing?
I also updated FB to the latest version and stil the same.
thanks
select '1' as name