Skip to main content
Nintex Community Menu Bar

Starting a WF based on document name

  • November 3, 2020
  • 3 replies
  • 9 views

Forum|alt.badge.img+2

I am trying to figure out how to start a workflow based on the word "invoice" in a document name.  Any recommendations would be appreciated.

 

Thanks in advance.

 

3 replies

Forum|alt.badge.img+12
  • Scholar
  • November 3, 2020

@MG ...Put Run IF as a first action and rest of the logic inside it. You Run If condition will be Name contains "invoice". Ignore case if you want.


Forum|alt.badge.img+2
  • Author
  • November 4, 2020

9374iAF0109F8A1004139.png

 Thanks for the response.  So I created the Run-if as shown above.  It still starts an approval WF no matter what the file name is.  Any suggestions?


Forum|alt.badge.img+2
  • Author
  • November 4, 2020

9375i5A99DEB5E087FF3F.png

I ended up using a set a condition option that worked.  If I drop 10 files into a folder in the library and two of them have invoice or invoices in the name the workflow runs as expected.  Thank you for the inspiration.