Hi Everyone,
Problem:There are multiple users for my powerapp. My problem is that if some one has updated the data in sharepoint list using powerapps(ex : submitting or editing a form), the changes made to sharepoint are visible only to that particular user who has updated the data.that means if x has updated the data,the x updates can only seen by him not others until the powerapp is restarted.If Y has restarted the power app then Y is able to see the changes of X.
I have also checked this way ,even this is not working,
When I update the fields in sharepoint list through sharepoint site directly without using power apps,those changes are not being updated in power apps if we use the method Refresh(listname)..If I restart the powerApp ,I'm able to see the updated data.
Summary : I'm able to do changes to sharepoint list using powerapps but vice versa is not working i.e when i change sharepoint list manually, those changes are not reflecting in powerapps until I restart the app.(I have used Refresh("list_name") but its not working).
Thanks