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
Valery_Lebedz.ax1548Valery_Lebedz.ax1548 

Getting a FLOW_ELEMENT_FAULT in a simple flow

I'm pretty new to this Flow Designer, so that's out there...

I'm kicking off a Flow (http://www.screencast.com/t/1BzgE0D7L) with a Flow Trigger (http://www.screencast.com/t/wDcb5TESKdwY).

But when I look in the logs (with the "FINEST" setting for Workflow), all I see is this:
16:09:00.104 (104519407)|WF_FLOW_ACTION_BEGIN|09L140000008OIF
16:09:00.104 (104790939)|FLOW_CREATE_INTERVIEW_BEGIN|00D30000000pgfe|30014000000CJWx|30114000000L5sK
16:09:00.113 (113681837)|FLOW_CREATE_INTERVIEW_END|4722aa29f56fcbd99f052848783148af128cde-7917|Webinar Updater
16:09:00.114 (114267828)|FLOW_START_INTERVIEWS_BEGIN|1
16:09:00.115 (115721815)|FLOW_START_INTERVIEW_BEGIN|4722aa29f56fcbd99f052848783148af128cde-7917|Webinar Updater
16:09:00.115 (115926455)|FLOW_ELEMENT_FAULT|Element deferred|FlowRecordLookup|Campaign_Member_Lookup
16:09:00.115 (115966772)|FLOW_START_INTERVIEW_END|4722aa29f56fcbd99f052848783148af128cde-7917|Webinar Updater
16:09:00.138 (138841464)|FLOW_ELEMENT_FAULT|Element deferred|FlowRecordLookup|Lookup_Contact
16:09:00.216 (216864093)|FLOW_ELEMENT_FAULT|Element deferred|FlowRecordUpdate|Update_Contact


It fails at the first step. This is all the flow trigger is doing:
http://www.screencast.com/t/s5JXaGm4Ly

and this is what that first step is doing:
http://www.screencast.com/t/0CqLTqHop

The email doesn't even get synced. Any help??