Hi,
So, I have a form in my App, which creates a Work Item (writes to a SharePoint list).
My work items all need a unique reference number which will be populated based on options selected throughout the form.
So, in my SP list I have a choices column for department, when the user fills the form in on the App they select the relevant department from a dropdown.
Lets say in this case they select 'Maintenance' department. I want this to populate a unique reference number in the 'WorkItemRef' textinput box in my form (WorkItemRef is a column in my SP list' in the following format 'MAI' then the ID column number +1. So for example if I have 100 work items, when someone else adds a new one it would populate the WorkItemRef, so when the form is submitted it will add the ref to the WorkItemRef column in my SP list.
Hope this makes sense.
Thanks