0

I want to create an order form with 14 columns and as many rows as possible that will kick off a workflow. my challenge is creating a single List at one go to contain an X amount of rows with a single row of column headings(14) to be saved as a single list and can be editted later.

i am very new on infopath and still finding my way around sharepoint. please asisst.

Thanks,

1 Answers1

0

As SharePoint's list includes the built-in Title column, which is always a required field, no blank entries can be added to a list. Therefore you'd need to be populating the list with entries which add content to each field which is required. An input of "This is a placeholder" can do it for you, but possibly a "blank" input (as described here) does the job too.

moe
  • 5,267
  • 21
  • 34
  • Hi, thanks but i want to be able to able multiple roows to a single list. is that possible using infopath? – Leornard Mbatha Jul 06 '17 at 10:19
  • I want to be able to only insert the text field when i click on "insert item" not the hander and field. i want the list to be tabulated and then stored as a single list on sharepoint lists. is that possible? – Leornard Mbatha Jul 06 '17 at 10:35