Skip to main content
1-Visitor
January 27, 2021
Solved

How to Pass ID value from Collection to a Mashup

  • January 27, 2021
  • 1 reply
  • 2198 views

Hi ,

I want to have popup on each cell click in collection. as a notification feed i am displaying few info at each cell but to show detailed info i have another mashup which loads when cellWasClicked. but to show particular cell's info i need to pass cell identifier/any value through which i can display the related info on mashup which is calling on cellWasClicked event of collection. Anybody knows how to do it??

Thanks

Best answer by c_lowy

Hi @VS_9760165,

 

When you configured your Collection widget you probably defined a UIDField which is a field providing a unique for each item of the collection. You should be able to pass that value into a ValueDisplay, another widget, or some parameter as shown in the attached screenshot. The value from the UIDField will be passed on when a cell is selected. Would that be a solution to your use case ?

1 reply

16-Pearl
January 28, 2021

Hi @VS_9760165,

 

Have you tried using Mashup Parameters for this ?

1-Visitor
January 28, 2021

Hi @c_lowy 

I wanted to send ID of a cell after clicking on particular cell in collection . from collection how to send ?

Thanks

c_lowy16-PearlAnswer
16-Pearl
January 29, 2021

Hi @VS_9760165,

 

When you configured your Collection widget you probably defined a UIDField which is a field providing a unique for each item of the collection. You should be able to pass that value into a ValueDisplay, another widget, or some parameter as shown in the attached screenshot. The value from the UIDField will be passed on when a cell is selected. Would that be a solution to your use case ?