Hello, We are trying to use the salesforce connector within power automate. Is it possible to get any records from salesforce where the date is equal to today's date? We've tried using various expressions but can't get it to work.
I don't have access to a Salesforce sandbox, but I've done something very similar in Business Central. I think the key is going to be the "Get Records" action and then you will have to write an OData expression to filter records returned.
Check out the documentation on this action: Salesforce - Connectors | Microsoft Learn
SALESFORCEDATECOLUMNNAME eq 'CORRECTLYFORMATEDDATETIME'