cancel
Showing results for 
Search instead for 
Did you mean: 

Check if an attachment exists in a workflow form

Former Member
0 Kudos

Hello all,

I have a requirement in which I have to make sure that the user attaches a document in a workflow step.This is the example, when the user fills in the required data in the "form fields" tab before cliking "start" I want to make sure the user has attached a document in "Attachment" tab.

How can I do that ?????

Thanks in advance !!!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186746
Active Contributor
0 Kudos

Hi,

Standard container element _Attach_Objects is usually used for keeping attachments in the workflow. so you could check if this has been done and if not, loop the workitem back to the user with a warning.

Kind regards, Rob Dielemans