Hello all,
I'm completely new in using Power Apps so excuse me if my question is a little bit silly !
So, I've as sharepoint list (called processus) to store a list of tasks and the person responsible for it.

Now, I'd like to create a form usine Power Apps canvas to display the list of task. On each line, I should have the task name and the responsable.
So I added a gallery component linked to my sharepoint list. It automatically added 2 fields inside it : the name of the task and it's id.
Now, I'd like to add a new field with the responsable. I tried to add a text label field with the formula : ThisItem.Responsable but i get the following error : this formula uses a scope, which is currently not supported for an evaluation.
So I tried to add a list field and used the following formula : Choices(ThisItem.Responsable) and then Choices(@[Processus].Responsable) but again I just receive errors.
So, is possible to display such information and, if yes, how can I do it ?
Thanks to all for your help
Kind Regards