Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
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.
Solved! Go to Solution.
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.
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.