Hello flutterflow!
I'm having some trouble displaying the correct element from my database.
I want to display in a list: VERB + Translation (based on user's language)
My firebase document looks like this:
I've created a DataType for it
Which is then used in my schema in FF
My problem: I'm not able to properly bind the correct translation to the component parameter based on the user's language.
Any idea where I should be looking or any tutorial that could help?