I am modifying form for sharepoint list with Power apps. I want to define sharepoint list in my expression as the list that user is using in that moment.
I do not want to use a specific value (list name) because I will use the same expression for different projects. The name of my sharepoint list is "list1".
Currently I have:
Sort('list1', ID, Descending)).ID
How can I define a reference value for Sharepoint list in use instead of using its name ('list1' in my case)?