Feedback__c problem

Matt, I thought of another idea, that might be worth considering depending on how heavily you use this object and in what contexts. You could use a REST Model to make a query to Salesforce, and that would allow you to request your custom Feedback__c records. This will consume API calls, but if your users are requesting this object relatively infrequently, it might not be a big deal. Something to consider. A rename is probably your best bet, so that you can use regular Skuid Models, but if your use of your own Feedback__c record within your Skuid pages is easy to isolate, a REST Model to make the query might be an alternative.