Hello,
I am new to PowerApps and I cannot create a function to automatically implement a number based on the database.
Here is an exemple of a table :
| C1 |
Tom2 |
| Sophia1 |
| Robin3 |
| Tom1 |
| Robin2 |
| Robin1 |
I want to create a function to find in column C1 the Tom followed by the maximum number and then be able to write in label, Tom with the maximum number +1. Here we write Tom3 in the label because Tom2 is the maximum.
Voila, thanks for the help 🙂