Hi,
I have a problem which I am not able to solve for quite some time.
I have created a gallery editable table referring to the link: https://www.youtube.com/watch?v=mj4mKS1hS7M
But here I have a different scenario. I created a dropdown for Title, and when I select the title from dropdown, The gallery should display only the data with the title selected. And, I should be able to add/delete/edit the record for the selected Title and save it. And, If there is only Title field exits and remaining columns are empty in the SharePoint it should show the same and should be editable in the future.
The below screenshot showing up all the records from the data source (SharePoint) where I selected the “Test” in the dropdown.
Under the Title it is showing Test everywhere because I defaulted to display the dropdown selected value using Dropdown.SelectedText.Value on default.
For all other Role Description, DoITS Team, DoITS Role, Hours, I have given ThisItem.ColumnName on default.

It will be great help if someone can solve this for me.
Thank You!