Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Is it possible to pull data from a List Widget, using a Thing Group, to be able to bind to a contained (Dynamic Parent) mashup using the List Widget Entities. I am trying to force the John Doe Name from the list to then be linked to the Parent name as John Doe. The thing group is created from several Things, which dynamically populate into that dynamic parent mashup usually. Heres a picture of what im trying to do below:
This Dynamic Mashup Will be going into this contained mashup above which has Name XXXX Templated Design,
Using PTC ThingWorx 9.3
Solved! Go to Solution.
Hey I was able to pass the mashup-parameter into the mashup-container which works great! Although, now i have the issue that the mashup-container doesn't flow the data of the mashup-parameter when selected by the list widget.
Hi @VC_10938534
You can create a Mashup Parameter in Contained Mashup and pass value from List Widget to contained Mashup
/VR
I will look into that thank you!
Im running into a lot of problems with the mashup parameters, I'm already pulling data from the mashup parameters to fill into the list how can i pass that value as the mashup name in the contained mashup then? Please respond when available thank you!
Like does this make sense or am i binding them wrong
Hi @VC_10938534
You can pass the same mashup parameter to contained mashup.
Step 1 : Open Contained Mashup and add Mashup parameter in contained mashup
Step 2: Pass mashup parameter value from main mashup to contained mashup
Based on your binding, you are passing mashup parameter to customcss property which will not work. Please create mashup parameter for contained mashup (which you mentioned in MashupContainer ) and rebind it
/VR
Hey I was able to pass the mashup-parameter into the mashup-container which works great! Although, now i have the issue that the mashup-container doesn't flow the data of the mashup-parameter when selected by the list widget.
No Error Logs were found in the Application Log for this data.