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
Hello ,
I am using collection widget and bind data ,I want to bind that collection row id is it possible to pass collection row id to any parameter ?? I pass Id from base mashup through mashup parameter ,for testing give one value display and bind that mashup parameter but cant show id and also also pass value through session it give me only one value please suggest How to get collection row id??
Thanks in advance
Hi @RM12.
If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon
Hi @RM12.
If one of the previous responses answered your question, please mark the appropriate one as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon
HI @RM12,
The ID from Collection is used as a unique reference for each row in your data. That helps the Collection widget know which row is which. Parameters can be passed to the mashup with a JSON array, for example
["sourceData1":"mashupParameter1","sourceData2":"mashupParameter2","sourceData3":"mashupParameter3",]