Skip to main content
Nintex Community Menu Bar
Question

Page Include on Calendar Pop-UP

  • July 9, 2024
  • 2 replies
  • 20 views

Forum|alt.badge.img+2

Grrrrr.

I’m driving myself nuts trying to figure out how to pass the id from a page into a page include to generate a pop-up……

I have this page which accepts an id as a parameter:

Then I have this page which has the page include in a pop-up to display the above page, which I’m trying to pass the id into the query string:

What am I doing wrong??!

2 replies

Forum|alt.badge.img+20

I’m not sure about the practice you are using to create new events, but there is a built in functionality to create new events.

Using your approach, do the following:

  1. Set the Event Model URL parameter to “eventid”.
  2. Make the the EventMaster has the Id field selected.
  3. Set the query string to “eventid={{Id}}”


Forum|alt.badge.img+3

thanks for this, just fixed my issue!!!