I am building a Crypto portfolio management app. I want when a crypto coin to be clicked in the repeating group that shows crypto coins with Coin Market Cap API to be redirected to coin_view page that shows more info about that coin such as charts, stats, etc…
The problem I have is I do not know how to send data to the page that is set for viewing more info.
I tried to send with the classic way with Go to page > data to send > current cell’s crypto coin. But I cannot set the coin_view page type of thing to be API data.
I tried Go to page > Send More Parameters to page > current cell’s crypto coin. and then on the coin_view page Page Is Loaded > Set State on the Page > Get Data from the URL the problem I have is Get Data from the URL type of thing cannot be API data.
Does someone have any idea how it would work?