Share via

Azure Logic Apps | JS Code

Abhay Chandramouli 1,061 Reputation points
2023-05-26T11:51:38.0633333+00:00

Hi,

I have an azure logic app with an event hub trigger

I read 125 events.. very basic events

Now the js code reads these events and sorts it.. that's all

but it returns only 10 objects.. not 125

Please check

{
                "last_login":f"{datetime.utcnow().strftime('%Y-%m-%dT%H:%M:%S.000+0000')}",
                "email":f"{i}",
                "id": f"{uuid.uuid4()}"
        }
Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.