'GetRecords from Salesforce using Azure Logic Apps where isDeleted = true

The requirement is to fetch the deleted data from salesforce using azure logic apps. The two options in SOQL is to use isDeleted = true in filter query or add ALL ROWS to fetch all the rows.

In the logic app, adding isDeleted = true to the filter parameter does not work and zero records are returned. Adding the keyword ALL ROWS to a filter query results in an error.

Just wondering if any one has worked on a similar use case and if there is a work around for this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source