Skip to main content
14-Alexandrite
December 21, 2021
Solved

How to update data present in the collection widget?

  • December 21, 2021
  • 1 reply
  • 1084 views

Hi,

I have created one collection mashup which have infotable data. Now i want to update cell data after clicking on edit button. I am able to update first row data but when i am clicking on any other row i am getting the first row data. Please check below Attachments and let me know the solution on this.

 

Best answer by Sathishkumar_C

In PopUp closed event you can update the data present in Collection Child mashup.

 

Instead of passing all values from "parent" mashup to "child" mashup, simply pass "identifier" field alone. And get the data in child mashup itself from services. 

1 reply

17-Peridot
December 21, 2021

In PopUp closed event you can update the data present in Collection Child mashup.

 

Instead of passing all values from "parent" mashup to "child" mashup, simply pass "identifier" field alone. And get the data in child mashup itself from services.