Hi,
I am having two components. One component allows the user to see the table view, whereas the other component just tells the number of records.
I want to connect the components in a way that the user sees the number of records on screen 1 and then on doing next, gets to see the entire data as part of table view.
I want them on different screens. However since my component with the number of records is just one value , sort of a dead end, it is not getting connected to the other component which should show the data. How can i achieve this?
If i create two chains, one leading to the count and one leading to the table view, the webportal doesn’t work.