Use a variable as input location for a Table Reader node which is in a streaming Component

HI … I am loving streaming nodes but I have run into a problem. I want to configure the input location for a Table Reader node to be a variable from a Table Row Variable Loop node which I want to include in a component as the first node in a long streaming component.

Table Loop

When I just run the flow as is it works perfectly, but as soon as I create the component and set it to run as a stream I get a message about not being able to update the variable in the component.

Does any have some insight?

tC/.

Hello @TigerCole,

variables created outside of Component are not by default available within it. You have to include them in Component Input configuration. See here for more:

Br,
Ivan

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.