I am able to write a line of code to Get the current value of one of the cells in the Recipe Table of a Fluid Mixer, but I am unable to Set a New value in one of the cells in the Recipe Table using a custom line of code based on table values. I have tried the following but it did not work:
var currentRecipeCell = getvarnode(Model.find("FluidMixer"), "recipetable").as(Table)[4][3];
var newValue = Table("myTable")[1][6];
currentRecipeCell = newValue;
Do you know why this code isn't setting the new recipe table values? I am getting the following error:
FlexScript exception: MODEL:/Tools/ProcessFlow/ProcessFlow/Custom Code>variables/codeNode