Skip to main content
10-Marble
October 30, 2020
Question

Pass an infotable as a mashup parameter to another mashup

  • October 30, 2020
  • 1 reply
  • 2283 views

Hi, How did you solve this issue??

Can you please tell the solution.

1 reply

22-Sapphire I
November 2, 2020

What exactly is your situation?

several methods

Navigation function/widget allows for passing parameters

Session parameters can be used for 'independent mashups'

 

Binding if you use a child mashup as a contained mashup 

 

JSON specification if you use a child mashup in a collection widget

10-Marble
November 3, 2020

Thanks for the hint. I am able to pass the infotable in mashup parameter and bind my infotable property in Mashupbindingproperty of collection widget. Now data is coming and populating in the various list in collection widget.

What I want is to pass the selected rows of my list widget to another mashup.

I have tried using navigation function but particular row is not passing. Can you please help?? thanks

22-Sapphire I
November 4, 2020

I believe the collection widget has a specific property/aspect that indicates the selected item.

So you have two ways

1. Track the action in the parent that has the collection widget

2. Track the action in the child mashup in the collection

 

draw back for navigating means navigate function has to be in child mashup will be in each collection cell.

 

This stuff can get a bit complicated unfortunately, and potentially based on how you have it set up, you may need to utilize session parameters.