Hello, I am resuming an old Power Apps project that I had left aside. Being a beginner, I have a little trouble understanding some lines of code.
Can you please explain to me what this line of code does exactly (by detailing me each step of the line of code)? Thanks in advance !
If(varFilter = false ; Filter('Notes de frais'; StartsWith('Nom Prenom'.DisplayName; TextSearchBox1.Text) && 'Créé par'.Email=User().Email); Filter('Notes de frais'; StartsWith('Nom Prenom'.DisplayName; TextSearchBox1.Text)))
