Hi all, today I have decided to play with repeating sections. My goal is to create a form where a user can request multiple virtual machines to be built in VMWare. I would like to create a SharePoint List form with 3 sections. The first section is customer details such as name, department, cost centres etc. (the usual admin stuff). The second section which is going to be my repeating section will have information such as Virtual Machine name, no of vCPUs, vRAM etc. And finally the last section will be for the tech department to assign an IP Address, Domain Name etc. which will be hidden using another form view. As I am integrating with MS Orchestrator which monitors the SharePoint List, I need each Virtual Machine Request from the repeating section to be created as an additional record in the SharePoint List (containing all data on the form obviously). MS Orchestrator then collects the data from the list for each virtual machine and runs scripts to start deployment.
So.. I have created a list and created a new Blank Form in InfoPath and assigned a data connection to my SharePoint Server and List. My issue is every field I drag across from my field list in InfoPath creates a repeating section with that control. What I would like to do is have fields/controls in my first and last section non-repeating, but I am struggling. I know this might be a newbie question but I am a newbie.
Is this possible to achieve?
Thanks