Hi@Matt383,
Based on the issue that you mentioned, do you want to update the gallery selected item?
Could you please share a bit more about the screen where you set the default value Gallery1.Selected.MachineID?
I have a test on my side and I don't have the same problem.
You could check the following steps for reference.
- Connect to your collection. I collect a table to be my collection ColA
- Set the Items property of the Gallery1 as below: ColA
- Set the OnSelect property of the narrow button as:
Navigate(Screen2, ScreenTransition.None)
- Set the TextInput within the Screen2 Default property as below:
Gallery1.Selected.EmployeeID​
- Set the Save button OnSelect property as below:
Patch(ColA,Gallery1.Selected,{EmployeeID:TextInput3.Text})​
Check the above steps, if your issue is still, please consider the following possibilities:
- Server
- Browser cache
- Connection crash
- Account authentication
>>If it is the server crash, you should contact our support team. However, I don't think this is the key to your issue.
>>So does the third point, you could change a browser and clear the cache to check if this works.
I want to clarify that it could be the connection crash or the account authentication.
>>The connection brings the data from the data source to PowerApps, if you have refreshed the local Collection and nothing changes, it will be the connection issue I think.
Please try to remove the connection firstly which is important. And then add this connection again to see if the Patch() function works.
>>And for the account authentication, Sometimes your account verification may have expired or you may have changed your account password or something like that. What you need to do is to log out and log back in so that your account can be verified again.
Hope it could help.
Best Regards,
Qi