My app is connected to 2 sharepoint lists: Contactos and Entidades
I have a gallery whose "Items" property is Contactos, and it works fine.
But, I need to lookup the name of the entity in the "Entidades list", so the "Text" property of the label I'm trying to create is:
LookUp(Entidades, ID1 = ThisItem.ID_Entidade)
This makes a lot of sense to me and I'd expect to work without any issues.
However:
"Lookup error -This formula uses scope, which is not presently supported for evaluation"
I have no idea what this means and what the lookup is supposed to do..
Any help!