Feedback__c problem

Zach,

Thanks again for your help on this. I’m encountering the following error when trying to query a specific Feedback record:

There were 1 problems with this Skuid Page. Click to display…

  1. Feedback__c WHERE Interaction__c=a0X1K00000BqB1NUAV ^ ERROR at Row:1:Column:363 Bind variables only allowed in Apex code

Here’s the full (decoded) query string:

q:
SELECT Id,CreatedDate,Additional_Feedback__c,Demonstrated_Accountability__c,Demonstrated_Fighting_Spirit__c,Demonstrated_Relevance__c,Enhancements__c,Name,Interaction__c,Interaction__r.Id,Interaction__r.Name,Notes__c,Positives__c FROM Feedback__c WHERE Interaction__c=a0X1K00000BqB1NUAV

Are we just not allowed to set conditions on the model? Is there a way around this?