Hello,
after i upgraded to the newest version of Zennoposter, the C# code in my block (inside PM) returns
an error (Action not executed).
There is more code but i figured out this lines (the second line) is the cause of the error.
I have like 7 rows in a table.
var appleTable = project.Tables["Apple"];
appleTable.GetRow(1);
after i upgraded to the newest version of Zennoposter, the C# code in my block (inside PM) returns
an error (Action not executed).
There is more code but i figured out this lines (the second line) is the cause of the error.
I have like 7 rows in a table.
var appleTable = project.Tables["Apple"];
appleTable.GetRow(1);