Hi everybody,
I'm gaining my fist experiences with building wizards in AssetCenter. Now I'm having a problem, which I hope somebody can help me with.
I've already built up two wizards. Both wizards run without problems.
Now I've chained Wizard 'A' with Wizard 'B'and I want to push the value of a listbox from 'A' to 'B'.
I've tried to do this by using a string variable in the params knot (string1 = {page1.listbox1.values.column(2)}).
When I test the wizard(s) again, I receive an error message, saying that the feature 'page1.listbox1.values' in the params object is unknown.
I think this error occurs when I reached Wizard 'B', because here is no such 'page1.listbox1'.
Can somebody give me a hint what's wrong here.
Thanks
I'm gaining my fist experiences with building wizards in AssetCenter. Now I'm having a problem, which I hope somebody can help me with.
I've already built up two wizards. Both wizards run without problems.
Now I've chained Wizard 'A' with Wizard 'B'and I want to push the value of a listbox from 'A' to 'B'.
I've tried to do this by using a string variable in the params knot (string1 = {page1.listbox1.values.column(2)}).
When I test the wizard(s) again, I receive an error message, saying that the feature 'page1.listbox1.values' in the params object is unknown.
I think this error occurs when I reached Wizard 'B', because here is no such 'page1.listbox1'.
Can somebody give me a hint what's wrong here.
Thanks