Please I need help
I am building a crypto exchange app, basically… the user selects a list of coin from the drop-down and then inputs the value of the coin and then sees the rate in fiat ( also selected list of fiat)
It takes the user to another page where they input details of the recipient and then to the next page where they see the wallet address to send the crypto to, the wallet address is another data type linked to the list of coins which automatically brings out the wallet address attached to the coin the user selected on the first page ( from the drop-down).
The issue is that the custom state resets before going to the page for the wallet address ( the page is set with a url parameter v = confirm ) therefore the address always displays the default coins address which is BTC.
And I don’t know how to fix this. I have attached screenshots of my workflow and database.
And if you are feeling kind, you can tell me how to connect the apis to the dropdown so that when a user chooses a specific coin, the get the value of the fiat “selectedfiat”.