Hi everyone!
I am a Salesforce Consultant and one of my Clients uses Skuid, so I am having to learn it on the go very quickly!
I am having difficulty with a related list.
I have added a Table component and Setup the Model correctly, but the list seems to be displaying every record rather than the ones that are actually related to the Opportunity.
The Condition I have in place is
gaff_Opportunity__c = (Opportunity)(Id)
Also how can you order by the most recent date? There is a field called Sent Date and I need the list to be ordered according to the most recent Sent Date.
Cheers.