Skip to main content
Nintex Community Menu Bar
Question

Pass contact Id into new task page include

  • July 10, 2024
  • 2 replies
  • 1 view

Forum|alt.badge.img+7

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.

2 replies

Forum|alt.badge.img+17

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


Forum|alt.badge.img+4
  • July 10, 2024

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