You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I have a soql datatable (embedded in flexipage) that passes selected records to a flow action. The flow loops through the selectedRecords, modifies a field on each, adds it to a new collection, and then tries to update the new collection.
In this use case the datatable contains fields from parent (lookup) records. When I try to run the Update Records I get an error: INVALID_FIELD_FOR_INSERT_UPDATE: Object__c: bad field names on insert/update call: Lookup_field__r
My current workaround is to use apex to requery the selectedRecords.
The text was updated successfully, but these errors were encountered:
Hi! I have a soql datatable (embedded in flexipage) that passes selected records to a flow action. The flow loops through the selectedRecords, modifies a field on each, adds it to a new collection, and then tries to update the new collection.
In this use case the datatable contains fields from parent (lookup) records. When I try to run the Update Records I get an error:
INVALID_FIELD_FOR_INSERT_UPDATE: Object__c: bad field names on insert/update call: Lookup_field__r
My current workaround is to use apex to requery the selectedRecords.
The text was updated successfully, but these errors were encountered: