Hi @Russ_G ,
Interesting question. I'm working on some NWC forms at the moment with signatures too so I was keen to see what we could do.
I can't see a way to do this natively with NWC on a task form.
( @EuanGamble - any ideas or thoughts on below?)
The limitations are:
1) In the NWC task form, file variables from either the start form or the workflow are not available.
2) The output object from 'add attachment to an item' does not include the URL of the attachment, or the 'get attachment names' does not output the URLs either. So we cant get the URL into a variable that can be set as the value on an image control.
3) Signature control works with a file variable but there is no way to specify an existing file variable and set the control to read only.
I think you may have better success on doing this in a Sharepoint workflow.
I found this post about extracting the URL of an attachment and saving into another list column
https://community.nintex.com/t5/Community-Blogs/Setting-Attachment-URL-to-a-column-of-the-same-list-item/ba-p/76884
So you could start the workflow in NWC and create the sharepoint list item.
Then run a sharepoint workflow on item created to get the attachment URL into a column.
From here you could either run the approval component in Sharepoint or NWC and have a label control pointing at the URL of the attached image.
Cheers,
Gavin
@Russ_G Could you just send the signature as an attachment on the task notification email to the Manager?
@leighburke ,
apologies just to add in my 2 cents, I guess absolutely technically possible.
However, I don't think I'd like my signature in an image file kicking around in email.
Just too much of a risk for identity issues for me.
Thanks for the feedback. I discovered if you park an image on sharepoint in a doc library, not a list, a variable is created with the file index that can be picked up later an inserted in the Image control panel under URL as a variable and is rendered in a downstream form. Your comments led me find a way. Much appreciation.