"Format value" field

A new field added to the mapping page: "Format value"

It allows add some prefix or suffix to the value pushed to the Salesforce:

 

To format value we use the "sprintf" function https://www.php.net/manual/en/function.sprintf.php Example: <b>Request #%s</b> the %s will be replaced by the field value and result will be: <i>Request #1001</i>

 

If leave this field empty only 'IncrementId' will be pushed to the Salesforce