Hi,
I have the following problem. I want to show only the attachements that have the right extionsion.
But for some reason this is not working.
Filter(ERA_AEN_AR_dataReceipts.Attachments, Name in [".pdf", ".jpg", ".jpeg", ".png", ".gif"])
ERA_AEN_AR_dataReceipts is a FileInputControl. Where users can upload there images/pdfs.
The control where I do my Filter is the control that will eventually upload the images/pdfs.
I have checked if there are files in my ERA_AEN_AR_dataReceipts.Attachments, there is.
I hope someone can help me,
Thanks in advance!