Calculated field

I set the calculated field in the workflow, where the A field is the parameter {P0} needs to be calculated B=A*2.1
I use the formula {multiply({P0};2.1)} and {multiply(P0;2.1)}

The operating condition is selected as: when saving
The scope of operation is: all records
But in the end, after I entered the A field, there was no change in the B field and I asked for help.

The A field is an integer type and the B field is a floating point type.

Are your schedulers running?

In Admin / Schedulers, job Process AOW Workflow, what is the “last ran successfully” time? Is it recent, and in the correct timezone?

Yes, Process Workflow Tasks done 2019-11-05 10:53 2019-11-05 10:53

It keeps running every minute, but still has no calculation results.

Ok. Next, can you try a simpler Calculated field? I suggest just setting a text field to a fixed string. See if that works.

I suspect the issue with the numbers is with the data types, mixing integers with real numbers.

I tested that both data are integer types, but there is still no result. . .

Any messages in your logs (check both!) at that time?