Multiple lines on single line view

Hello,

I have a strange behavior : my view has only one line, but agent display 3 lines which are exactly the same.
Any idea how to fix it ?

Regards,

David Scrève

Hello @dscreve,

Thanks for your feedback.

Could you please fill in the required information about your configuration? It’ll help us figure out the origin of your issue.

Also, please provide us more details about what you observe vs your expectation, possibly with screen shots and a scenario explaining your interaction with the platform to reproduce your issue.

Here is a copy of the expected template to report issues:

## Feature(s) impacted
<!-- Please describe in this mandatory section the feature(s) that will be discussed in this topic. -->

## Observed behavior
<!-- Please describe in this mandatory section the current behavior you observe. -->

## Expected behavior
<!-- Please describe in this mandatory section the behavior you are expecting. -->

## Failure Logs

<!-- In this optional section, please include any relevant log snippets if necessary. -->
<!-- Or remove this section if left empty. -->

## Context

<!-- Please provide in this **mandatory section**, the relevant information about your configuration: -->
- Project name: ...
- Team name: ...
- Environment name: ...
- Agent (forest package) name & version: ...
- Database type: ...
- Recent changes made on your end if any: ... 

Thanks

Here it is :

the view actually has only one line but forest Admin display the same line three times…

Scenario : click on the view to view content…

Regards,

David

I have found the issue : I had a hasOne relationship instead of hasMany.

Regards,

David