i have a situation and cannot find solution for it
if i have script node with output named "rowIndex"
and have excel cell node
how can I make a connection between the tow nodes to get the cell Text into the script node depend on the output named rowIndex ?
i tried to bind connections between them but i faced the problem of 'infinite binding loop'
for example asume that i have excel file with three rows with texts {"row 1","row 2","row 3"} respectively, and i have script node that have an output named rowIndex that is bound to Row Index input in excel cell node , and i have input named textFromExcel in script node .
what i was expect is :when i change rowIndex value to 2 i will get the text "row 2" in the input textFromExcel,
but what i got was : ''infinite binding loop'
Hello Ventuzians!
THE FORUMS ARE CLOSED!
Please join our discord server HERE!! << click me
We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server
Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!
THE FORUMS ARE CLOSED!
Please join our discord server HERE!! << click me

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server
Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!
get Excel cell text into script depend on script output
Moderator: Support
- Daniel Willer
- Posts: 309
- Joined: 06 Jan 2012, 18:12
Re: get Excel cell text into script depend on script output
Hi there
because of the validation mecanism it is not allowed to create a "binding loop" cause this would cause an endless recursion. Therefore there is a node called LoopBreaker that can be used in these cases.
Regards
Daniel
because of the validation mecanism it is not allowed to create a "binding loop" cause this would cause an endless recursion. Therefore there is a node called LoopBreaker that can be used in these cases.
Regards
Daniel
Re: get Excel cell text into script depend on script output
excellent , thats it , thanks 
