When you search the web for “nintex update managed metadata field” you will find many posts with potential solutions to this challenge. However, you may also find that all of these posts only get you a part of the way there. So, this post is intended to aggregate all of the great information that’s already out there, but hopefully make it simpler for you to combine it all together into one cohesive solution. Continue reading “Update Managed Metadata (MMD) column with Nintex Workflow”
Tag: regex
Query Inside a Doc Set for Specific Documents to Convert to PDF
I came across an interesting (and unexpected) challenge today and thought I would share my solution in case there are others out there who may be facing a similar set of requirements.
The Business Scenario
We have a document library with Document Sets enabled and there is a WF that runs on each Doc Set. At a certain point in the WF there is a requirement to find all documents inside the doc set that are a certain content type and create a new PDF document in the Doc Set.
Easy-peasy, right?
Turns out, it was not as straightforward as I was thinking it would be. Allow me to explain…
Continue reading “Query Inside a Doc Set for Specific Documents to Convert to PDF”