I am trying to figure out how to null a value of type float in Salesforce via the Workato Salesforce connector. I cannot just send a zero, I need the field to be nulled out when I receive a null from my other integrated system. Since the type is float I cannot just substitute a string like null. Any ideas?
Howard Shirokmann
How to Null a field in Salesforce
I am trying to figure out how to null a value of type float in Salesforce via the Workato Salesforce connector. I cannot just send a zero, I need the field to be nulled out when I receive a null from my other integrated system. Since the type is float I cannot just substitute a string like null. Any ideas?