This seems like it should be simple, but I cannot seem to get it working.
I have a page with a data table, I have an edit button that stores the record and then pops up a modal with the form. When the form pops up I want to have it pre-populated with data from the lookup. I have all of the database query aspects working, have the form fields linked to that data, can link to the document fields from the record, etc... but the form remains blank...
Any idea how to properly implement this?