Skip to main content
12-Amethyst
February 22, 2021
Solved

Is it possible to pass an infotable into a collection widget as global parameter

  • February 22, 2021
  • 3 replies
  • 1955 views

I am facing the same problem.

Did you find a solution?

Best answer by nmilleson

I've had the same issue in 9.0 and it's a known issue (TW-80435).  To get around it, you can convert your infotable to JSON before passing it to your collection widget, and then in your  collection mashup(s), just convert it back to infotable from JSON.  It's a bit of a pain but it was the only way for me to get it to work.

3 replies

15-Moonstone
February 22, 2021

Try using MashupPropertyBinding, and have the key as the infotable name, and the value as the mashup parameter in the row mashup.

 

 

12-Amethyst
February 22, 2021

Is it possible to add it to as a global parameter this infotable?

Because have other data assigned to the mashuppropertybinding that I don't constantly want to reload

by adding this extra infotable.

nmilleson17-PeridotAnswer
17-Peridot
February 22, 2021

I've had the same issue in 9.0 and it's a known issue (TW-80435).  To get around it, you can convert your infotable to JSON before passing it to your collection widget, and then in your  collection mashup(s), just convert it back to infotable from JSON.  It's a bit of a pain but it was the only way for me to get it to work.

Support
March 2, 2021

Hi @TS_9588135 

 

If you feel your question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon