I have a database table with a column for 'website' and a column for the corresponding 'currency', and a Retool query for that data called domainCurrencies.
In my application I have a table (table4) that displays pricing data from those same websites. The 'price' field is formatted as a currency, and I would like the 'currency code' field to be dynamic, based on the website in that row of the table.
I'm struggling with the best way to do this. I've tried a few approaches involving currentRow but have run into various errors and thought I'd ask this group as I'm sure this is something that's been done before.