This calls for the use of an BeforCommit-Event on the entity (say "ThingNeedingACounter") where the objects-creation must result in an increment of your token.
Say your token is stored in entity MyCounter/Token. And your Make ThingNeedingACounter's BeforeCommit-Event trigger a flow MyCounter_IncrementCurrentNumber, which either simply adds 1 to Token, or sets Token back to 1 if the MyCounter/CurrentDate is before today, and set CurrentDate to today.
Hi Ajay,
I thought the same logic you can try this because we have to use scheduler if we want to increase the value automatically.
Try with schedule event
Configure timing interval to daily ad create a business logic in miroflow.
Hi,
Try the calaculated value for the attribute and add a microflow logic to whenever new object is created the value need to increase to 1 and need to reset to 1 every day.