Hi Everyone I am new to Powerapps Please help me in this situation I have edit form in edit form i have attachment column my requirement is in attachment column it should have only accept xlsx files and it should not have accept same file with same file name
if user try to upload the attachment column should get reset . Please help me anyone
I have used this formula its not working
With({type:Last(Split(Last(DataCardValue147_1.Attachments).Name,".")).Value},
If(IsBlank(Find(type,".xlsx")),Notify("Only Xlsx files are allowed");Reset(DataCardValue147_1)))
Thanks and Regards
Argus