If you need just a random number, use guid() or rand().
If you need a number +1 each time, you could use a general table/document somewhere in which you track what is the last number used to which you +1.
If you need a number which is consequetively more than the last number, but not necessary +1, then you could just use 'utcNow()'.
Happy flowing,
Koen
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.