Scenario:
Case attachments must be recorded at the time of upload as a record in a custom object (creation date, user, title and extension fields).
It was tried with Flow, however, it only fires when the case is created or modified. If only the file is uploaded, it does not fire.
Thank you for your collaboration.
Eric BurtΓ© (DEVOTEAM) Forum Ambassador
Hello @Nestor Pardo while waiting and voting for the fact to be able to trigger flows from Content Document creation/updates (please upvote : https://drive.google.com/drive/u/0/folders/1Qzf0TqgjBPJKS5Y95B-VxhBT6eMTzjnW), you are able to create an apex trigger to do so.
see for example :
- https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007T4PbtSAF
- https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007clMTBSA2
- https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007T4QPcSAN
Eric