I have created a Skuid Model with ProcessInstance object (Native Salesforce object where Approval data is stored) and have placed Model conditions to filter it by Approval Name i.e., (ProcessInstance.ProcessDefinition.Name).
For a Salesforce License User, system displays the data on Skuid, however for a Salesforce Platform User, system throws an Error message that “Illegal Filter” and Skuid Page is not displayed at all. Instead the Home Page fo Salesforce is displayed.
Is there any way to allow Salesforce Platform User to view the Skuid Page given the above Scenario?
P.S- I tried even creating UI only fields on the Model and placing it as Model Condition hoping that it would filter and display the data which i am expecting. Unfortunately, it doesn’t work.