An Azure service that automates the access and use of data across clouds without writing code.
Azure Logic Apps | JS Code
Abhay Chandramouli
1,061
Reputation points
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
Sign in to answer