Forum Discussion
7 Replies
Sort By
- QuickBaseCoachDQrew CaptainWell here is a work-a-round. In the source table create this formula URL field
URLRoot() & "up/" & dbid() & "/a/r" & [Record ID#] & "/e30/v0"
and change the e30 to eXX where XX is the fid of the field with the file attachment.
You can then test that in the source app. It should download the file when clicked.
Set the field properties for that file attachment field to check the box to allow public access (ie to view).
Then copy across that link with your Action.- HemaRajendran1Qrew TraineeHi Mark, I tried using this formula in my Source table(Table 1) to copy the attachment document from Table 1 to Table 2. Quickbase Action is creating a record in Table 2 but the URL/Attachment is not copied. Can you please help me with this.
TIA
------------------------------
Hema
------------------------------- MarkShnier__You
Qrew Legend
Hema,
I think you misunderstood my post. That code will allow you give the user a link to display the file attachment by clicking a link on a different table from where the file attachment was loaded.It will not copy the actual file to another table.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- ZintJosephQrew Captain
Thanks Mark...that was the ticket....it worked great
By the way, how did you know that the filed was actually 30....did you hack my app!
- QuickBaseCoachDQrew CaptainNo hack. Dumb Luck. I have that formula saved in my Tips app and I just used it "as is".