keirbowden / sigcapapp

Signature Capture Samples
MIT License
9 stars 5 forks source link

Capture attachment/contentdocument id in a flow #23

Open keirbowden opened 4 years ago

keirbowden commented 4 years ago

Comment on the Bob Buzzard Blog article about capturing via a flow :

--- snip ---

Is there a way to get the Id (the ContentDocument id) of the signature when it attaches? basically i want to feed the signature into a rich text field so i can combine the signature with text fields so i have a form that has text fields and the signature on a "form" object. Atm the only way i see getting it is via looking it up after it attaches for example https://whateverwhatever.lightning.force.com/lightning/r/ContentDocument/0690p000000UEjFAAW/view

--- snip ---