Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
You can make a formula text field called File Name with the formula
ToText([My file attachment field])
But if the actual name of the file attachment does not change when a new file is uploaded, I don�t think that the form rule would fire.
ToText([My file attachment field])
But if the actual name of the file attachment does not change when a new file is uploaded, I don�t think that the form rule would fire.
- IvanWeiss7 years agoQrew CaptainI am trying to modify a date field, not text.
- QuickBaseCoachD7 years agoQrew CaptainI understand that you are trying to modify a date field.
But you were saying that the file attachment field does not seem to be an option to use on form rules.
So I suggested making a formula text field and using that formula text field in the form rule. - IvanWeiss7 years agoQrew CaptainUnderstood, but how would I update the based on this?