Hi,
I have 9 different types of request(Data Quality Issue, New Data Field, Data Field Update, New BI Dashboard, BI Dashboard Update, New Data Mart, Data Mart Update, New Data Extraction Report Template, Data Extraction Report Template Update), which is a dropdown selection in power apps. I want to generate a unique ticket ID for each of type of request, for example
Lets say users have requested these tickets,
first ticket is Data Quality Issue and second ticket is BI Dashboard, the ID for each of them will be DQ yyyymmdd | 1 and BI yyyymmdd | 1
Im imagining it to be like this, the sharepoint list act as the database and power apps as the platform, so when user go to power apps and choose what type of request of ticket they want to raise, they will be navigated to the below screen, and the ID will automatically generated. When the user click submit, all of the record including the ticket ID will be updated or created in the SP list. The Type of Request column in sharepoint list is in choice type format.
Is there any way to do generate the IDs in Power Apps? Please guide me, i have been thinking about this for days.
