I need to achieve the following:
1. Someone creates a purchase request and fills information in a repeating table.
For example:
Type | Model | Quantity | Received |
Monitor | LG | 3 | No |
Laptop | HP | 2 | No |
2. After making purchase and receiving items they change "Received" field to Yes.
3. When field is changed to Yes, a new table must be created, but based on quantity appropriate number of rows must be created and prefilled with values from previous table.
For above example it will be like this:
Type | Model |
Monitor | LG |
Monitor | LG |
Monitor | LG |
Laptop | HP |
Laptop | HP |
Is this somehow achievable in InfoPath?