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

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”.

Page link
Preview link





your problem is you have the set state action on the page is loaded trigger, so when you change the URL parameter, you are causing the page is loaded trigger to fire.

Consider an alternative way of setting the custom state instead of being based on page is loaded.

I have managed to fix this, but I still have issues with data anytime I am not navigating to a page direct, Maybe I am not very experienced with bubbles data passing and calls.

This topic was automatically closed after 70 days. New replies are no longer allowed.