
Announcements
I have an attachment field and in the "items" property I have this code:
If(
varMode = "Edit";
LookUp(
FichaDeDemanda;
ID = GaleriaDemanda.Selected.ID
).Anexos;
If(
varMode = "New";
ThisItem.Anexos;
If(
varMode = "View";
LookUp(
FichaDeDemanda;
ID = GaleriaDemanda.Selected.ID
).Anexos
)
)
)
However when I try to open / download the attachment this screen happens: