Formula URL to Open a Pic Attachment field
Hello,
I have multiple project apps that currently use Automations and/or QB actions to copy data from individual apps into a single repository app. But I have now been requested to add the ability to add pictures. It does not appear to be a way to copy a file attachment using automations/actions, so I thought the next best thing would be creating a URL Link in the original app that can then be copied into the single repository app, that can be clicked to open the Pic attachment.
Browsing through the Communities, I've found several ways that show creating some type of link, but nothing i have attempted has been able to get one to open the attachment when you click it. Below is where I'm at at this point.
If ([Part #1 Pic]>"", "<a href=\"" &URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#]& "/e153\"target=_blank\">" & [Part #1 Pic]& "</a>","")
I need a formula that will essentially pull the URL link for the Pic attachment field, to display in the Pic Link Test field, and be able to click it to open the attachment when the link is copied into the repository app.
Any help is greatly appreciated
------------------------------
Les Kimbler
------------------------------