Hi
I have a Trigger in a Smart Campaign for a Custom Object which has a boolean constraint field which expects the value to be false:
"added to Platform Account with Onboarded = False"
When I import my data via a CSV file, I can see the row in the Custom Object but the Trigger does not get activated.
If I remove the constraint, the Trigger works.
What is happening?
I don't believe you can add custom objects from a .csv file. You must add them via API. Unless something has changed that I was not aware of. So you may not actually be updating the Custom Object with your import and that is why it is not working.
you can import to a custom object from the lead database->new->import custom object data