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
Philip BriningPhilip Brining 

SF Flow - Lookup not finding contact ... sometimes!

I have a situation I can't figure out and hope someone can help me.

I've built a Flow in SF sandbox.  The flow is triggered from button on a contact's record.  The button code is
https://c.cs80.visual.force.com/apex/CallLoggingFlow ?ContactId={!Contact.Id}&AccountId={!Account.Id}

The button passes the Contact Id and Account Id to a visual force page.  The page code is
<apex:page > <flow:interview name="Call_Logging_Flow" finishLocation="{!URLFOR('/home/home.jsp')}"/> </apex:page>

When I click on the button on some contacts i get a pop-up window and the flow works perfectly by putting the Contact Name into the first screen of my flow.  When I click on the button from other contacts a pop-up window opens but remains blank.

I haven't established a pattern as to which contacts the button won't work on.

Any ideas as to what might be going wrong would be appreciated.

Thanks