Skip to main content

I attempted to create a monthly site workflow that would check items in a list that have not been approved to a "yes" status. Column is a choice field.  The column is either "no" or blank by default however, our team needs a monthly email with the titles, point of contact name, and the approval status of the "no" or blank approval statuses within the entire list.  

have a look on documents from this search results https://community.nintex.com/search.jspa?q=site+collection+workflow+reminder&type=post 


Build a string to get the day for the todays value (fn-formatdate({WorkflowVariable:dtd_todaysDate},dd)), then if the day = 01, do a search query for the field you a looking for...and if found, send the email.


Reply