function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
John Manager Training DepJohn Manager Training Dep 

error in the standard object

Hi Team,

I have a requirement to update to get the EmaiMessage object records based on standard  fields status and incoming.

While updating I get the error mentioned below,
UPDATE RECORDS: myRule_1_A1
Find all EmailMessage records where:
Id Equals {!myVariable_current.Id} (ValidEmailMessageRecordId)
Update the records’ field values.
Response_Number__c = 1
Result
Failed to update records that meet the filter criteria.


Error Occurred: The flow tried to update these records: null. This error occurred: REQUIRED_FIELD_MISSING: Required fields are missing: [OwnerId]. You can look up ExceptionCode values in the SOAP API Developer Guide (https://secure-web.cisco.com/1f62QNJrb247iof15Rb-HgJOPa4UQrGu67aEZdXQw3txuOOF8qb5FA3Z5Uiv9ZmQ17SIng-byov7OM8bZuPvra6QlrkjVfjzQkIfkAAvx17FIH4yaKm9zFEqekAb1uqubJ6HY4pwPXk65NzU3qHPywSdhUljE1JvMJ4DjSyykok15WaGOl8UTiYvpul-Dv_BMFPrc5GcEI2U3o_XK2qjTTk3KglpVSYcd9t61F8w7wvwyO6X_jCYBnIq_OKxlsSQacQmOde0ESB9jCFPqkWQEfw/https%3A%2F%2Fdeveloper.salesforce.com%2Fdocs%2Fatlas.en-us.api.meta%2Fapi%2Fsforce_api_calls_concepts_core_data_objects.htm%23" style="color:blue; text-decoration:underline (https://secure-web.cisco.com/1f62QNJrb247iof15Rb-HgJOPa4UQrGu67aEZdXQw3txuOOF8qb5FA3Z5Uiv9ZmQ17SIng-byov7OM8bZuPvra6QlrkjVfjzQkIfkAAvx17FIH4yaKm9zFEqekAb1uqubJ6HY4pwPXk65NzU3qHPywSdhUljE1JvMJ4DjSyykok15WaGOl8UTiYvpul-Dv_BMFPrc5GcEI2U3o_XK2qjTTk3KglpVSYcd9t61F8w7wvwyO6X_jCYBnIq_OKxlsSQacQmOde0ESB9jCFPqkWQEfw/https%3A%2F%2Fdeveloper.salesforce.com%2Fdocs%2Fatlas.en-us.api.meta%2Fapi%2Fsforce_api_calls_concepts_core_data_objects.htm%23" id="ext-gen138" style="color:blue; text-decoration:underline" target="_blank)).

User-added image
User-added image
User-added image


Why am I getting - REQUIRED_FIELD_MISSING?

Appreciate all your constructive feedback and suggestions.