Hi,
I’ve created a search dashboard as described here Global search across Glide tables
Now, I want to copy the search results or be able to share that with others. I tried options like copy to clipboard and generate CSV but these are either row level or entire table level. I want a subset of that table.
Some context, I have an if-else column which is checked for that row when the search criteria is matched. I use this column to filter the table rows in the search dashboard. Any way to use this column or any other way to achieve the same?