Pass contact Id into new task page include

As a user I want to be able to create a new task from a contact page in a page include, and for the Name (WhoId) to be populated with the contact Id.

I don’t understand how to pass through the Contact Id, and populate the WhoId field.

See my screenshots below for what has been attempted to far, seniorcontactsview is my contact page, and task_page_create is my page include for new task record.

Looks right to me… you could try WhoId= {{$Param.id}}. Also try changing the param name from WhoId to something else.

Could you try removing the field condition and changing the model condition to “WhoId = (param) WhoId”?
The ID field on Tasks is readonly and cannot be populated.

let me know if that helped,

Janick