Im doing a payment reconciliation form and one of the key element is i want to update the % of all payment against sum - as this is related to commission payout.
So what i did is a update form to update current payment and receipt detail. everything works well except where i wanted the % is updated in my database
My form
The workflow
but nothing is updated in the database. if i change the workflow to any input, it will work.
For context, the ordertopaid type is set as number
Is this a bug or i missing something?