Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2025 09:50 AM
Hello @Brian G
Try building the endpoint so that during the initial REST API run, the query condition uses a WHERE clause with dot-walking to fetch only those projects that have associated accounts.
This approach will help reduce runtime, ensure you are working only with valid projects, and minimize the number of REST calls.
Please let me know if that works