I am attempting to use the Search function to find all rows containing a value in a single column of a table with many columns. Normally, I expect that if there are 5 rows containing the searched string in "Column 1", a table would be returned with 5 rows with all columns from the original table.
The result I am getting is five rows with all columns from the original table, however, only the values for "Column 1" are coming through. The values for the other columns are missing, and they absolutely do have values. I am not using any additional functions that would limit to only that column.
The source table is in Dataverse (for Teams) but I am not sure if that is the cause, or how to resolve it if that is the case.