Resolver node on neutrinos studio

Recently started learning Resolver node, i followed the documention and how to implement it but i can’t see the data am passing. any idea on how i can log the data to view when the component is initialized.

2 Likes

@Muhseena_T @ragesh-a please help

Once you have created the resolver, define an output variable. Then, open the routes configuration and add your resolver to the resolve field of the desired route, as shown below.

Once you have completed this, navigate to the component where you configured the route. In the OnInit flow, add a Navigation Data Node, select Operation Type: Get Static Data, and map it to a variable as shown below.

4 Likes

Nice one Thank you shamnad :clap:

3 Likes