We are building a Ticket management Queue with PowerApps. Users can select multiple items in the gallery and then update status for all.
Problem Statement: When one user updates the Status for some items and at the same time the second user who does not see the most recent updates tries to work on the same items with Multiple selection.
Current Implementation: To Avoid the multiple user updates, at the time user clicks Submit we are looking into the Data Source(SharePoint List) and validating if the Status for the ID's are different from the Status visible on the users screen and based on that we are notifying user that they do not have the updated data and hence the change failed.
We are using "in" to look into the data source which gives us a Delegation warning. Is there any Alternative Solution to avoid the Delegation issue as the data will definitely keep growing in the SharePoint List.