I have a powerapps form where users can raise below requests
1. Onboarding
2. Update existing system
3. Upgrade existing system
4. Extend existing system
5. Offboarding
I have created a powerapps form and have a Request Type column which is a radio button in PowerApps form and Single line of text in SP List
If i create a onboarding request and submit, a new line item is created in SharePoint list based on the newform submission. If i select update request, existing onboarded system gets updated in SharePoint with Request Type "Update existing system" based on EditForm submission.
However, my requirement is to create a separate line item for each request type. Means if i onboard a new system today say System A and then raise an Update and upgrade request, there should be 3 line items for System A. May i know how to achieve this?
System A - Onboarding
System A - Update
System A - Upgrade