Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yagasoft authored Jan 3, 2024
1 parent bbd421c commit 99f1ab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ A CRM solution that gives a lot of flexibility in creating any pattern required

#### _Format String_

`Test-{{c|createdon@date(`hh:mm`)@|c}??NO_DATE}-{*(5,un)||*}-{d|@date(yyyy)@|d}-{j||j}-{m|3|m}`
`Test-{@this.createdon$date(`hh:mm`)??`NO_DATE`}-{$rand(5,`un`)}-{$now$date(`yyyy`)}-{$sequence}-{$inparam(3)}`

#### _Input parameters_
+ Current index: 5
+ Padding: 3
+ Executing user in Cairo at 9AM and server in London 7AM
+ String 'PA;RA;METER' as input parameter to the WF step
+ String 'PA;RA;M' as input parameter to the WF step

#### _Result numbering_

`Test-09:00-Ahmed-4AM7Z-2015-005-METER"`
`Test-09:00-YAM76-2015-005-M`

### Guide

Expand Down

0 comments on commit 99f1ab0

Please sign in to comment.