I have a query regarding Drawer Frames.
My requirement is to edit some table fields from the drawer frame. I open the drawer frame on table row double click and populate the editable text fields in drawer frame. See the screenshot
So i want to edit question1 and question2 from drawer frame and save the changes when i click the save button (below one).
quesiton1 is populated from the table {{aiPromptsTable.selectedSourceRow.question1}} likewise.
I have a save query in place as follows to update the table with changeset
{{ aiPromptsTable.changesetArray[0] }}
I cannot figure out the way to get the changeset values from the drawerFrame