Hi All,
I have form, the field name is [draft_spk], i want to check the file name, does the file naming contain the word 'Draft SPK' or not. I was try config on the column:
Data Validity:
Valid if:
IF(FIND("Draft SPK", [_THISROW].[draft_spk]) = true, true, false)
Invalid Value Error:
"The file must contain the words Draft SPK"
But, after I save the appsheet and then re fill form [draft_spk], i can't get the file name, filename is empty when I attach a file into [draft_spk]. I always get an invalid error value, because the current file name is empty, even though I have filled in the form.
I also have the same issue please help...
It is not possible to examine the filename before it is uploaded. In fact, the filename isn't even defined until after the form is saved.
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |