
Announcements
Is it possible to set a date field in Salesforce to null with a Salesforce Upsert operation?
SOW Effective Date Expression: items('Apply_to_each_Request')['Custom_SOWEffectiveDate']
This value is null.
Action Body: "SOW_Effective_Date__c": "",
Response:
If you want to clear field value, you can use "null" expression, as shown below:
Please note that you can't set null to required field.