Hi,
I have created a powerapps form from my SP list.
I have a dropdown with 2 values - "Fiche de faisabilité" and "Fiche programme"
When i select Fiche de faisabilité, i can input the name of my client into the name field.
But if i select Fiche programme i want to filter it or lookup
This is my formula
If(dpd_etape.Selected.Value="Fiche de faisabilité";ThisItem.'Nom du client';Filter(dpd_recherche_etude.Selected.Nom);Nomduclient))

To explain what is my purpose.
I created a document library. When I upload a document (excel for example) I fill in the requested metadata.
But when I load another document (Word for example), I must be able to associate it with the excel document I just uploaded
For quality reasons, I must be able to automatically retrieve the metadata that I have filled in for the excel document.