Hello,
Can somebody help if is it possible to lookup and compare a value in a Sharepoint Document Library, not list.
I have in Powerapp a field where I introduce a value and I want to make it compare that value with values in column in order to notify in case it does exist.
I tried this, but I get an error.
If(
!IsBlank(
LookUp('Documente in Vigoare', 'Cod Intern' = Value(Self.Text))
),
Notify("This reference already exists", NotificationType.Error)
)