Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
That cannot be done by mere mortals. You would actually need to engage with a Quick Base Solution provider to do that.
But how about just putting a link on the new record.
The formula for such a link would be
URLRoot() & "up/" & [_DBID_my table name where the file] & "/a/r" & [Record ID# of the record with the file] & "/e30/v0"
Change the e30 to exx where xx is the field ID holding the file.
But how about just putting a link on the new record.
The formula for such a link would be
URLRoot() & "up/" & [_DBID_my table name where the file] & "/a/r" & [Record ID# of the record with the file] & "/e30/v0"
Change the e30 to exx where xx is the field ID holding the file.
QuickBaseCoachD
8 years agoQrew Captain
I suggest that you make a field which is the ToText value of the file name.
Then set a Condition for the Action to fire only when that is not blank.
Then set a Condition for the Action to fire only when that is not blank.