Lightning Component

Allison, the Skuid Page component automatically includes the context Record Id, you don’t need to specify it actually. This should be sufficient:


<aura:component implements="force:hasRecordId,flexipage:availableForRecordHome,lightning:actionOverride" access="global">
<skuid:page page="BWMContact__mobileLight"/> 

</aura:component>

Your Skuid Page may be where the problem is — I’m assuming you have at least one Model with a Condition on it? The Condition will need to be on the Id field, and it’s value source should be “Page / URL Parameter”, with the Parameter Name set to “id” (lowercase).