Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
UmairSyed
New Member

Issue with using the external call activity more than once in the same data flow

I am facing timeouts when I try to use the external call activity more then once in a data flow. Basically the first activity needs to make an API call to an external endpoint and based on the response, I need to make an update to another endpoint. Is there a limitation that this activity cant be used for more then once since all the actions after the first instance will be processed again for each row of data anyways?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @UmairSyed ,

Here are my personal thoughts on your question:

 

1. Each workspace has a limit on concurrent pipeline runs and activities. If you're hitting these limits, it could cause timeouts.


2. The external endpoints you're calling might have rate limits that restrict the number of requests you can make in a given time period. If you're making multiple calls in quick succession, you might be exceeding these limits.


3. If your data flow processes a large number of rows, each triggering an external call, it can lead to performance issues and timeouts.

 

To mitigate these issues, you might consider:

 

1. Instead of making an external call for each row, batch your requests to reduce the number of API calls.


2. Adjust the timeout settings for your activities to allow more time for the external calls to complete.

 

3. You can read this document for a further study: 

Data Factory limitations overview - Microsoft Fabric | Microsoft Learn

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @UmairSyed ,

Here are my personal thoughts on your question:

 

1. Each workspace has a limit on concurrent pipeline runs and activities. If you're hitting these limits, it could cause timeouts.


2. The external endpoints you're calling might have rate limits that restrict the number of requests you can make in a given time period. If you're making multiple calls in quick succession, you might be exceeding these limits.


3. If your data flow processes a large number of rows, each triggering an external call, it can lead to performance issues and timeouts.

 

To mitigate these issues, you might consider:

 

1. Instead of making an external call for each row, batch your requests to reduce the number of API calls.


2. Adjust the timeout settings for your activities to allow more time for the external calls to complete.

 

3. You can read this document for a further study: 

Data Factory limitations overview - Microsoft Fabric | Microsoft Learn

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

Top Solution Authors
Top Kudoed Authors