Hi,
I have 2 tables: Questions and Answers. The table Questions is displayed in a list component and within the list I have an answer button with a form link to the Answer question. The problem is when I have multiple answer I get this error:
Here is the Question List which contains multiple questions and the answer button:
Here is the Answer Form linked to the Answer Entity:
Table Answer with lookup column to Questions.
For now, when I answer a questions, the answer is link to every questions so when I have 2 answers I cannot edit the answer of the question 1.
Could you help me out ?
Thanks in advance!