7-Bedrock
April 9, 2025
Question
Issue with GlobalMashupParameterBinding in collection widget in Thingworx 9.6
- April 9, 2025
- 1 reply
- 1361 views
Hello Everyone,
I'm currently working with ThingWorx version 9.6 and have encountered an issue when trying to pass data from a base/child mashup to a parent mashup using the Collection widget.
Specifically, I'm using the GlobalMashupParameterBinding configuration within the Collection widget to pass a boolean value (representing a checkbox state) from the child mashup to the parent mashup.
Here’s what I’ve done:
- Defined a boolean parameter (e.g., CheckedValue) in the GlobalMashupParameterBinding JSON.
- Created a mashup parameter with the same name and base type in the child mashup.
- Bound the checkbox state to Boolean Mashup Parameter (eg. CheckedValue) in the child mashup to send the checkbox state to the parent.
- In the parent mashup, I bound the global parameter to another checkbox to reflect the state.
This setup works perfectly in ThingWorx versions 9.4 and 9.7, but in ThingWorx 9.6, the data is not being received in the parent mashup, and the binding doesn’t seem to take effect.
Any guidance would be appreciated.
Thanks,
Aishwarya Patil

