Hi all,
I am hoping for some help with the following concept;
I have a list that is designed to receive in stock. Stock arrives on pallets and in the system, I can list how many pallets are delivered.
From a receival point of view, each SharePoint item equates to one order, with each order possibly having multiple pallets of stock.
Stock is initially received into a quarantine section until approved for use, at which point it is then stored in shelving.
When it comes time to store the stock, the shelving has a grid system e.g. A1, A2, A3 with one pallet per section. What I would like to do, is when the user marks a receival as completed, if the order has say 3 pallets of stock, it patches to a SharePoint list, the same data 3 times. This way, when the stock is to be allocated to a shelf, it is done per pallet. Below is an illustration/diagram that hopefully helps explain;

At this stage the button used for patching is sitting inside a gallery. The number of pallets is listed in a TextInput control. If I can get the OnSelect of the patch button to look at the number of pallets and then patch that many times, it would help with automating the process.
Any help would be greatly appreciated.
Thanks!