Skip to main content

Hi All, first post so go easy one me :)

I have several Zaps up and running perfectly from SQL to Salesforce, and have a good uinderstanding of how to set up a Zap etc.

My question is, can I change the ORDER BY in the trigger to work in Ascending order rather than Descending?

Article: https://docs.microsoft.com/en-us/sql/t-sql/queries/select-order-by-clause-transact-sql?view=sql-server-ver15

My trigger of New/Updated Row isn't picking up any of my updates

You'll need to specify ORDER BY by a date/time field such as date_updated or last_modified.