Thank you all for answering my totally newbie questions, but I am learning and fast, for a work requirement. Here is my question: I have an app that has a screen with an EditForm. This EditForm is to be used for both adding a new record and editing an existing one to my data source (Excel spreadsheet in this case). Now, I have broken something (i think this used to work from my original build) and am not sure what. What happens now is that if you click the button to add a record, you see the Hint contents and all works as expected. BUT, if you click the pencil to edit an existing record, you get the Edit screen but with the Hint text, not the contents from the existing record. How can I fix this, pls?