The value doesn't appear when call an entity using multiple attributes with association type

Hello Cuba,

I’m stuck in using entity which has two association type of attributes. I’m building a checklist and using this scenario: 4 entities,
1- Entity for questions.
2- Entity for Answers,
3- Entity for question categories,
4- Entity for Selected Answer as a collection of answers so I can build different reports.

there is a relation b/w category and questions (one-to-many) and it works fine. another relation b/w Selected Answer and Answer and question (many-to-one) and here is the problem two different entity relations in one table. Selected Answer and Answer working fine and I can choose the column that I need and display its values. However, the issue is the question that always returns the object name “… [detached error! …]”
The error:
Object_Issue

Another attribute doing the same thing and got the value successfully:
ok_form

The entity that I have the issue in it:
entity

The relation with this entity that I want to retrieve the questions from:
question_entity

Many Thanks,

Hi @bakr.milibary,

Just specify correct instance name and everything will be fine:

image

Regards,
Aleksey