Represent a table that contains an variants with strict keys (aka `Record` mapped type)?
I have a table that represents words (it's an English learning platform) where each word should have two examples (eg US and UK). How to display such a connection? This is not a repeater field where we can create many records attached to a word, but rather an already defined dataset with (in our case) two keys.
1 Reply
up