Reputation: 13
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
Reputation: 6816
Azure logic app
may not support sorting operations, you can refer to this article.
Upvotes: 0