J. van der Horst
J. van der Horst

Reputation: 13

Sorting azure table storage entities in azure logic app

I'm experimenting with Logic Apps and I have the following question:

There are log entries stored in an "LogEntries" table in Azure Table Storage. Is it possible to use a Logic App to return the 10 most recent "LogEntries" records based on the Timestamp of the record?

I found that you can turn on pagination, so I can limit the number of records it returns, but I'm not sure how to sort the records.

If so, can someone tell me which steps to use?

Thanks a lot in advance.

Upvotes: 1

Views: 563

Answers (1)

Frank Borzage
Frank Borzage

Reputation: 6816

Azure logic app may not support sorting operations, you can refer to this article.

enter image description here

Upvotes: 0

Related Questions