Hi All,
I am using a form to generate list elements in SP. However I want to generator several list elements, if the collection the user has created has more than one element.
so pseudo-Code would be:
forEach Element in Collection:
- set Element in Form.placeToBe
- submitForm
the result should be n list elements in the SharePoint where n is the number of elements of the collection and one column of the List has the nth element data..
hope it got clear what I am trying to do.
thanks!