How to Get Last Item ID in SharePoint List Based on Current User in Power Apps?
We usually use the Power Apps LastSubmit function to get the last submitted data from the SharePoint list to Power Apps. However, in most cases, we might need the last record of the currently logged-in user rather than any other user. Here, the Power Apps LastSubmit() function won’t work anymore because this function always gives … read more…