I have two datasourses:
FormField(id, Form, value: richtext, …)
FieldAnswer(id, FormField, …)
I am iteratively creating a component using a container, where I map over the FieldAnswers, but when I go to select the “Current FieldAnswer > FormField > value”, which is a richtext the selection option is not available. It does not allow me to select any of FormFields subvalues. Is this intended or is this a bug? I have a workaround but would like for it to be fixed