Azure Logic App – Check if List Records is not null

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'])

Comments are closed.