Hi,
I have a button that create new tiddly from template and would like that a counter field, part of the the new created tiddly, is increment to 1 based on the value store in the template
Let say that my templateTiddler contains a "counter" field set to 5 initially
When I click on the "New Tiddler" the value from the templateTiddler counter is retrieved, incremented, set to the new tiddler (action set-field) and set also to the template tiddler (for the next time I will create a new tiddler).
Is that something easly possible with current widgets ?
Thanks for your answer
Regards
Vpl