This is my first shot at building with Toddle Dev. Trying to build a currency rate calculator.
I have two separate path from the same API (Currency List, Currency Rate) that is turned into an array(Currency). Currency List consist of meta data of currencies and Currency Rate fetches live exchange rates.
Top most block has base currency selection where user can select desired currency. ‘Select’ element options are generated from ‘currency’ array using repeat. Currency symbol text is bind to a variable 'base symbol', currency name text is bind to variable 'base currency name'. I want to change currency symbol and currency name as well when currency select option changes. What could be the logic applied here?