Hi,
I am trying to develop an app that has the following requriement:
The app uses sharepoint as the datasource. Each user can only enter up to 1000 for a number field in the sharepoint list per year. (No matter how many times they create items in the sharepoint list, the app will first add user's previous inputs for that number field and calculate the remaining value that user is allowed to put). And each user's total input will automatically resets after a certain date.
For example, if an user uses this app to create a sharepoint list item and entered 500 for that number field, he/she can only put 500 or less for that field the next time he/she uses this app. Otherwise the app will deny him/her from creating the new item.
I was thinking connect powerapp with the flow, and uses flow to pass the data to an excel file. When user clicks submit form in the powerapp, it will read the data from excel file and return corresponding message. But I do not know how exactly it works and I was not sure how to reset each user's total input after a certian date.
any help/idea will be much appreciated!