Skip to main content
1-Visitor
November 26, 2015
Question

Repeater Component Functionality: Mashup & Drop-Down Values

  • November 26, 2015
  • 1 reply
  • 1438 views

Hey guys, I need help with creating a Repeater Mashup (for listing workordernum, asset num and drop-down). The drop-down value is populated by calling a service. The Property "Count" is binded to selected drop-down item and the Repeater Mashup is included in List.

Also how do you read the selected drop-down value in the repeater (i.e how to read value from variable "Count") ? If we change the drop-down values in few repeater rows ex : 5 rows out of 100, I need to get only those 5 rows whose drop-down values not empty and modified and pass it to a service.


A step-by-step guide would really help!


Thank you!

1 reply

5-Regular Member
December 2, 2015

Just to be clear, do you want the repeater to display rows dynamically based on whatever input is given? Or have services behave differently based on whatever is chosen in the repeated rows?

srajan-21-VisitorAuthor
1-Visitor
December 7, 2015

The former one: For the rows to change depending on the input given.