Hi
I would like to create a number field "recall" that each time the record is update make something like that: recall = recall +1.
I used the automation with the update record filter and I try to apply formula on the recall filed by used a formula like tahs: SUM({recall}, 1) but it is returned an error about the format of the value.
Do you have idea how to increment the value?
For the moment I fixed by add string +1 and the result is "+1+1+1+1+1" for each time the update is execute.
Thanks