We are using a!safelink to provide provision to download a file using presigned URL. The requirement is we need to store which user clicked on the link and when in audit table, but
as in the safelink there are no saveinto parameter . I tried multiple other ways but all in vain.
I am unable to find a solution, where on a single click user able to navigate using presigned url as well as in backed it writes to audit.
please advise what to do that in this case and any work around we can do to achieve the requirement.
Thank you in advance
Discussion posts and replies are publicly visible
Thanks Harsha Sharma Shubham Aware for your response. But since solution I wanted is with single click and I have already implemented this with two clicks. Will look forward for Appian to introduce this feature since this is a valid Use case.
Anvesh Shetty said:Will look forward for Appian to introduce this feature
Honestly I'm not sure how technologically feasible it is - just due to the nature of how standard web-links work. As far as I can tell they might be stuck completely separating (functionally) links that actually open a web link, from other styles of link that intiate any sort of interface-side and/or appian-side data processing, etc.