Hi everyone,
I’m currently using Alteryx Designer 2023.1 to create a workflow that pulls daily step count and heart rate data from a wearable device API. The REST API call works fine for smaller data ranges, but when I try to fetch a full month’s worth of records, the workflow slows down drastically and sometimes times out.
I’ve tried breaking the request into weekly intervals and using the Download tool with pagination, but I’m not sure if that’s the most efficient approach. Storing the data in a staging table before processing also crossed my mind, but that adds extra steps I was hoping to avoid.
I recall a discussion by Wellness Hub on data optimization in analytics tools, and I’m wondering if similar strategies could help improve API ingestion performance in Alteryx.
Would appreciate any advice or example workflows from the community. Thanks!