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
Mickael Selander 3Mickael Selander 3 

Problem with Flow, only when running import wizard

Hi,
I have a a problem with a flow. the problem I'm expericing is when I try to update the related lead or contact info from a custom object.
I tried with both in my flow or process builder also an seperat process builder that just tries to update the info.

The interesting part is that if I just edit one post in the custom object everything works fine but if I do a import with the import wizard I'm getting an error.

RECORD UPDATE: myRule_1_A1
Find all Lead records where:
Id Equals {!myVariable_current.Lead__c} (00Q9E000001DG55UAG)
Update the records’ field values.
FirstName = {!myVariable_current.Name} (Viktoria)
Result
Failed to update records that meet the filter criteria.

Do anyone have any ideas?

as said earlier it works one and one but not with import wizard. and you can see that i only try to update one field now from an separet process builder, it has the ID so it should be able to update the name.

Can the be something with the full ID or something with our custom object?