DataRepeater of type string?

DataRepeater of type string?

Comments

  • Hello, I am trying to make a data repeater that just displays text boxes. When the user submits the form I then want to take the output of the data repeater and feed it into a data structure as a list of string. When I set the repeater as type String and give it a dataname I get an error saying "DataName is not valid, you must set data on input type for repeater" . I dont want to make an entire entity type with 1 field, is there a way to have a repeater of type string?

  • [font=Roboto]In order to use a data repeater, youll need to have a complex data type as its input. Form controls of a user control get its data name from the data members of a complex type. Id recommend creating a flow structure holding the string value as these types are not database stored. This will allow to utilize the user control.[/font]

Sign In or Register to comment.