Hi,
I am trying to use a form to edit data from a table in my OneDrive.
The table has 2 column that together act as a unique record keys: 1) the asset name 2) the date. The rest of the columns have observation data on the asset for a specific date.
My form is always blank because I can't seem to select just one record. It's not clear to me what I should put as the "Data Source" vs "Item".
I have had luck indentifying the unique record in a Data table
First(Sort(Filter(Asset_Data, Gallery1.Selected.Asset = Asset),Date,Descending)) .... where Gallery1.Selected.Asset is the result of the user selecting the Asset from a gallery list.
But I can't seem to translate this code that works in a Data Table into what I need to identify a record for the Form.
Any thoughts? Thanks