Scope & Context
The currency fields are expecting value in micros (aka x 10^6 what a user would expect).
This is not indicated anywhere in the workflow UI.
I also think that a user not using the API but directly the UI expects to input the true value of the amount, not the value x 10^6. Doing this requires to add a code node in between which is not our desired experience.
Current behavior
User must add a code node to do value x 10^6 before using this new value as the amount.
Expected behavior
While using the workflow UI (similar to using the rest of Twenty UI), users provides the value of the amount, not the value x 10^6.