Retrict file column format to PDF only

Is there a way to restrict file columns to upload PDF only?

Iโ€™ve tried data validation expression RIGHT(TEXT([_THIS]),3)=โ€œpdfโ€ (I know it was a long shot), but doesnโ€™t work.

I can create a Validation Virtual Collumn IF(RIGHT(TEXT([File_column]),3)=โ€œpdfโ€,True,False) or WORKFLOW with similar condition and somehow notify the user AFTER save the record, but I havenโ€™t found a way to prevent it.

0 1 748
1 REPLY 1

Top Labels in this Space