Forum Discussion

richie's avatar
richie
Community Hero
5 years ago
Solved

Inline Scripting - To increment a unique value by +1 each submission?

Hey!   I have some tests that POST a .json to MS's Dynamics CRM.  One of the .json attributes is a unique identifier (submissionid) - it's a 13 digit number treated as a string (so wrapped in quo...
  • nmrao's avatar
    5 years ago

    richie 

    How about below which works any time:

     

    "whatevs_submissionid" : "${= System.currentTimeMillis()}"