Workflow to help finding the maximum + plus 1

  • 26 February 2018
  • 1 reply
  • 6 views

Badge +8

Hi, 

I have a list with columns title and product ID.  Product ID is always an incremental number and should always be plus 1 the previous product Id. So, Is there a way to let user know what the next available product Id is?

How can we achieve this using workflow?

Thanks


1 reply

Badge +16

if you do a query list and order by ID descending, and store ID into a text variable you should have the maximum?

Reply