Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi
I have a question related to contained mashups
I created a contained mashup that holds two buttons, and I want to use it in another main mashup as a popup mashup appears when I click on a row on the grid exists the main mashup.
I assigned a service ( deletion row from the grid ) to a button exists in the popup contained mashup, when I click on the button nothing reflect on the grid.
Service is working and I tested on another button that exists in the main mashup.
What can I do to make the service run on the button exists in the contained mashup ?
Hi @MS_11949745 ,
You can press Inspect on the Page, go to the network tab, and see what Inputs are in the Service for the Button press. Retry with same inputs in Thing and see what is failing it.
Thanks,