Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
Docs:
https://help.quickbase.com/api-guide/index.html#filemanagement.html
A URL such as this:
https://team.quickbase.com/up/bdb5rjd6h/a/r13/e8/v0
Might be written as a formula like this:
"https://team.quickbase.com/up/bdb5rjd6h/a/r"; & [Record ID#] & "/e8/v0"
The essential part is the [Record ID#]. The fid "8" and version "0" are usually hardcoded. The front part of the URL might use the formula function DBID() rather than hardcoding it.
https://help.quickbase.com/api-guide/index.html#filemanagement.html
A URL such as this:
https://team.quickbase.com/up/bdb5rjd6h/a/r13/e8/v0
Might be written as a formula like this:
"https://team.quickbase.com/up/bdb5rjd6h/a/r"; & [Record ID#] & "/e8/v0"
The essential part is the [Record ID#]. The fid "8" and version "0" are usually hardcoded. The front part of the URL might use the formula function DBID() rather than hardcoding it.