Hi,
I am new to Roku channel development. In our application we have a Task node to get data from a RESTfull webservice and same data has to be visible to multiple Scenes Graphs. For example, Task node - ChannelList get the data which is being used by two Scene Graphs - MainScene and miniGuide Scene. Problem is when we collect the data in MainScene graph by task node, same is not available in miniGuide Scene.
Could you please guide me how the data received from Task node could be shared between multiple Scene Graphs.
Thanks