I have SharePoint list with Field names Category(choice column) and Value(number column). I am using this SharePoint list as data source in PowerApps. My requirement is whenever a new item is created for each category, value should increment respectively.
Example: If I create new item under category Product, it should value 001 and when I create new item under category Marketing it should value 001. Then next if I again create item under category Product, it should value 002
Category | Value |
Product | 001 |
Marketing | 001 |
Product | 002 |
Network | 001 |
Network | 002 |
Product | 003 |
Marketing | 002 |
I am new to PowerApps, any help will be greatly appreciated!