Skip to main content
Nintex Community Menu Bar

Employee training records

  • April 1, 2020
  • 1 reply
  • 5 views

Forum|alt.badge.img+11

Hello,I'm try in to build a Training management system. My goal is to notify HR before  training expires. I have two lists, List Has the course details name, facility and a number field for expiration days. List B will contain employee name, lookup to ListA for course name, lookup for facility and date course was taken. I'm having issues integrating or adding up ListA expiration days+ date course was taken. So for example Drivers Test is good for 360 days and Employee X took it 04/01/20 , I need workflow to add that date from List B and number 360 from List A to generate driver test expiration date for that Enployee. Any ideas how to accomplishe it. Thank you

1 reply

Forum|alt.badge.img+14
  • Nintex Employee
  • April 2, 2020

HI @Nunezma ,

 

You should be able to use the query list action(https://help.nintex.com/en-US/nintex2016/current/#sp2016/Workflow/ActionsCore/QueryList.htm) to get the number of days from List A and then add that to the date from List B using the calculate date action(https://help.nintex.com/en-US/nintex2016/current/#sp2016/Workflow/ActionsCore/CalculateDate.htm).