Troubleshooting¶
Common Issues¶
It fails when using lookup¶
Description¶
When using lookup
, there might occur an error like the one below.
500 Internal Server Error:
["Lookup '{'email': '[email protected]'}' did not match any limeobject of type 'coworker'.
Lookup must match exactly one record", 'The command was not executed because of previous errors']
Solution¶
As the error suggests, using lookup
for property mapping requires the limeobject searched for to already exist.
If it is not certain that the object exists, use Target or find existing limeobjects instead. That way the object is always created if not found.