i created a dataset with a SF connector. I used SOQL to select Fields. I included the field "Id__c" then found out it was not needed. I modified the SOQL and ran the query again to update and replace all data in the dataset (i didn't append), but the Id__c field is still in the dataset.
is there a way to completely remove a field from a dataset?