Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

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

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
adhamdwikat

get Excel cell text into script depend on script output

Post by adhamdwikat » 31 Mar 2014, 18:33

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'

User avatar
Daniel Willer
Posts: 309
Joined: 06 Jan 2012, 18:12

Re: get Excel cell text into script depend on script output

Post by Daniel Willer » 01 Apr 2014, 08:13

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

adhamdwikat

Re: get Excel cell text into script depend on script output

Post by adhamdwikat » 01 Apr 2014, 18:41

excellent , thats it , thanks :)

Post Reply