Skip to main content

Notifications

Customer Service forum
Unanswered

Poral page Timeout - Flow return status 0

Posted on by 459

Hi, 

I am using the Access to Worksite application. When employees complete registration, I call a flow to trigger an email pass detauks. It is working fine for most of the employees. However, some employees work on remote buildings having bad connections. They were able to complete the registration. But the flow return status 0. I checked the flow history. There is no entry in the flow history for this request. I clicked F12 on the Edge browser where i open the portal page, which shows "ERR ::  ERR_Connection_Time_out. How i can fix this issue. 

pastedimage1620870966033v2.png

function emailPass()
{
if (!(window.location.href.indexOf("&view=1") > -1)) {
var xmlhttp = new XMLHttpRequest(); // new HttpRequest instance
 xmlhttp.open("POST", "">ABC/.../invoke,true);
var currentLocation = window.location.href;
xmlhttp.setRequestHeader("Accept", "application/json");
xmlhttp.setRequestHeader("Content-Type", "application/json");
xmlhttp.send(JSON.stringify(
{
lang: "{{lang}}",
title:"Registration Details: ",
email: "{{ pass.email}}",
empBookingId: "{{ request.params['ebid'] | xml_escape }}"
}
));
}

}

Categories:
  • SivaR Profile Picture
    SivaR 459 on at
    RE: Poral page Timeout - Flow return status 0

    I am using Dynamics 365 on the cloud version. The app is Return to the workplace. I am using Portal version.  thank you, Ranjinie

    powerplatform.microsoft.com/.../

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Poral page Timeout - Flow return status 0

    Hi SivaR,

    What app are you using? ‘Access to Worksite application’, I can’t search any information about it in dynamics 365.

    Regards,

    Leah Ju

Helpful resources

Quick Links

Dynamics 365 Community Update – Sep 9th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,186 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 227,996 Super User 2024 Season 2

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans