Error: SOQL statements cannot query more than 25 different parent types

Arpit, A quick solution would be to split up your 31 Lookup fields across several Skuid Models — that way you will be running multiple SOQL queries and will get around the “25 different parent types” limit. Just create a copy of your current model, call it something like “Model2”, and then add in some of your Lookup fields into this Model and take them out of the other Model. This will also require you to change the Model of your Field Editors that are showing these Lookup fields, but this should be a good solution. Zach