parse list update loan start date when column equals today

  • 30 April 2019
  • 1 reply
  • 3 views

Badge

Hi - Nintex newbie here and trying to get my first WF into Production

The logic is:

- Parse list

- update column: loan start date when column: loan expiry date equals today AND column: waiting list equals empty

So what I've done is:

Query the list for all items where loan expiry date is less than or equal to Today AND waiting list equals null --> output to collection variable

- and that's about as far as I've got

I'm experimenting with nesting an Update Item in a Foreach that parses the collection variable and outputs to an date variable - but unsure then how to configure the update item - or even if this is the best way to do this

NOTE - Expiry date column is a calc column based on start loan date + 30

 

If anyone can help that would be great

Thanks

Jonj

 


1 reply

Badge +10
Is it a site workflow?

Reply