Pass Parameters into pop up window

I have built a template for a PID indication and I am trying to get it so when I click on it a pop up window with the control portion opens. We have been doing this but I have not got it to work once I built the template for indication. We have a script that passes the parameters to the pop up and I see the custom property’s on the root container of the pop up become updated, but the values do not change in the window. The values for the indicators on the pop up are bound indirectly to the root container custom property’s.

Thanks

I figured out why the values were not moving into the pop up. The Data types were different from the way we are doing it with the scripting. Still figureing out what would be the best way to go about fixing it.