Hi Experts,
Need your suggession on this problem statement:
SharePoint master supplier List has some 20 Columns. Each supplier has multiple addresses.
Address list has these columns: SupplierID(lookup), Address(multi-line), Terms(multi-line), Countries(multi-choice lookup). Country master is separate list.
Now I got to design a form where user will have ability to fill in multiple address while creating New supplier.
I am thinking in this direction:
- Create main form
- Have a button to navigate to address screen somewhere on the form (custom card).
- address screen will have a gallery to capture address details, with ability to add new rows -> add that record in a collection.
- User comes back on main form -> submit -> main item created in Supplier list -> take last submit id -> add collection data to the address list.
While all this looks possible, I am finding difficult to write the related code for creating that collection and saving to the list.
Please help.

Report
All responses (
Answers (