Skip to main content
13-Aquamarine
March 6, 2024
Solved

how can we redirect from popup mashup to main mashup after selection in popup mashup.

  • March 6, 2024
  • 1 reply
  • 2771 views

Hi,

I have a main mashup which has some widgets. I added a button in main mashup which is for popup mashup. when I click on that button, a popup mashup is  getting populates. In popup mashup I have a dropdown widgets which I bind with the Things service like GetImplementingThings.

So now I want to know how  can we get back to main mashup from popup mashup after selection of thing from dropdown?

 

Thingworx version-9.3.9

Best answer by Velkumar

Hi @Pratik_Aswale 

 

In Popup Mashup, create a mashup parameter to pass data from Popup to Main mashup. And bind dropdown selected text value to mashup parameter

Velkumar_0-1709785809679.png

 

In Main Mashup, map the popup mashup parameter to change the gauge value. In my case, I have mapped it to the Label

Velkumar_1-1709785963869.png

 

Output :

Velkumar_2-1709785994058.png

 

/VR

 

 

 

 

 

 

1 reply

19-Tanzanite
March 6, 2024

Hi @Pratik_Aswale 

 

You can use "CloseIfPopup" trigger to close the popup when dropdown selection changed 

 

Velkumar_0-1709708736584.png

 

/VR

 

13-Aquamarine
March 6, 2024

@Velkumar In my scenario-

I have a gauge widget in main mashup and a popup mashup button. after clicking on button, popup mashup getting generated. In this popup mashup having a dropdown widget which have a things data.

Now I want to change gauge widget data which is in main mashup after selection of  thing from dropdown and then want to redirect from popup to main mashup.

 

Thanks in advance.

Velkumar19-TanzaniteAnswer
19-Tanzanite
March 7, 2024

Hi @Pratik_Aswale 

 

In Popup Mashup, create a mashup parameter to pass data from Popup to Main mashup. And bind dropdown selected text value to mashup parameter

Velkumar_0-1709785809679.png

 

In Main Mashup, map the popup mashup parameter to change the gauge value. In my case, I have mapped it to the Label

Velkumar_1-1709785963869.png

 

Output :

Velkumar_2-1709785994058.png

 

/VR