Innovator innovator = this.getInnovator();
string input = this.getProperty("string");
string input1 = this.getProperty("string1");
...
Item newResult = innovator.newItem("Result","add");
newResult.setProperty("id_input",input);
newResult.setProperty("date",input1);
...
newResult = newResult.apply();
return innovator.newResult(input1);Innovator innovator = this.getInnovator();
string input = this.getProperty("string");
string input1 = this.getProperty("string1");
...
Item newResult = innovator.newItem("Result","add");
newResult.setProperty("id_input",input);
newResult.setProperty("date",input1);
...
newResult = newResult.apply();
return innovator.newResult(input1);Copyright © 2025 Aras. All rights reserved.