Percent: Transform Templates
Max-to-SFDC Mappings
When you map the Percent field, you must multiply the Max value by 100.
"My_Percent__c": "multiplyDivide(payload.fields.dev_my_percent,100)",
SFDC-to-Max Mappings
When you map the Percent field, you must divide the SFDC value by 100.
"dev_my_percent": "multiplyDivide(fields.My_Percent__c,100,false)",
For more information: