Azure

Azure Logic App – Check if List Records is not null

June 21, 2020 · Abbas Khan

Below is a query to check if List Records in Dynamics 365 in Azure Logic App contains some data and is not null
length(body('List_accounts')?['value'])

← Back to Blog