Forum Discussion

condo's avatar
condo
Frequent Visitor
7 years ago
Solved

Need to increase timout settings on Microsoft Exchange Connection

Hi folks,

 

I need some help. I am running a relatively simply data connection to Microsoft Exchange which has worked fine. I have expanded a few fields, and now it is timing out. I want to increase the timeout settings, but am having trouble finding where and how to do it. I have tried updating the the query, but am getting an error. The original query, the updated query, as well as the error are shown below. Any ideas or help is much appreciated!!

Orig QueryUpdated Query

 

Again, the first query works fine, the second one (with the duration piece added) gets the error shown.  Thanks!

  • Hi condo 

     

    Please try this 

     

    let
        Source = Exchange.Contents("Yourmailid"), 
        Timeout=#duration(0,0,45,0),
        Mail1 = Source{[Name="Mail"]}[Data]
    
    in
        Mail1

    If this answers your question then please do mark this as a solution 

     

    Regards,

    Pradip Microsoft Certified Trainer

    Pradip's YouTube Channel

2 Replies

  • Hi condo 

     

    Please try this 

     

    let
        Source = Exchange.Contents("Yourmailid"), 
        Timeout=#duration(0,0,45,0),
        Mail1 = Source{[Name="Mail"]}[Data]
    
    in
        Mail1

    If this answers your question then please do mark this as a solution 

     

    Regards,

    Pradip Microsoft Certified Trainer

    Pradip's YouTube Channel