web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Apps
Unanswered

Missing connector

(0) ShareShare
ReportReport
Posted on by 213

 

I am creating a button and associate it with the power automate below. I have add in the app but is say missing connector.

any idea what connector to add?

 

Connection.jpg

 

Button Codes

Set(
varFlowMessage,
{response: ""}
);

Set(
sUserPIN,
"PH007135"
);

Set(
sRequestStatus,
If(
!IsBlank(Request_Status.Selected.Value),
" and RequestStatus eq('" & Request_Status.Selected.Value & "') ",
""
)
);

Set(
sRFKDS,
If(
!IsBlank(txt_RFKDS),
" and substringof('" & txt_RFKDS & "',RFKDS) ",
""
)
);

Set(
sCurrentStep,
If(
!IsBlank(txt_Current_Step),
" and substringof('" & txt_Current_Step & "',CurrentStep) ",
""
)
);

Set(
sCurrentReviewer,
If(
!IsBlank(txt_Current_Reviewer),
" and substringof('" & txt_Current_Reviewer & "',CurrentReviewer/Title) ",
""
)
);

Set(
sCountry,
If(
!IsBlank(drp_Country.Selected.Value),
" and Country eq '" & drp_Country.Selected.Value & "'",
""
)
);

Set(
sDivision,
If(
!IsBlank(drp_Division.Selected.Value),
" and Division eq '" & drp_Division.Selected.Value & "'",
""
)
);

Set(
sGroup,
If(
!IsBlank(drp_Group.Selected.Value),
" and Group eq '" & drp_Group.Selected.Value & "'",
" and substringof('" & User_Group & "',Group)"
)
);

Set(
sInitator,
If(
!IsBlank(txt_Initiator),
" and substringof('" & txt_Initiator & "',Requester) ",
" and substringof('" & User().FullName & "',Requester) "
)
);

UpdateContext(
{
pin: Substitute(
Office365Users.MyProfile().UserPrincipalName,
"@mellon.com",
""
)
}
);

Set(
sGroup,
If(
!IsBlank(drp_Group.Selected.Value),
" and Group eq '" & drp_Group.Selected.Value & "'",
""
)
);
Set(
varFlowMessage,
AsiaRFKDS_Prod.Run(
sUserPIN,
sInitator,
sParticipants,
Date_To.SelectedDate,
Date_From.SelectedDate,
sRequestStatus,
sRFKDS,
sCurrentStep,
sCurrentReviewer,
sCountry,
sDivision,
sGroup,
""
)
);

Notify(
varFlowMessage.response,
NotificationType.Success
);
Set(
sInitator,
If(
!IsBlank(txt_Initiator),
" and substringof('" & User().FullName & "',Requester) and substringof('" & txt_Initiator & "',Requester) ",
" and substringof('" & User().FullName & "',Requester) "
)
);

Set(
sParticipants,
User().FullName
);

 

 

PowerAutomate:

234.png

Categories:
I have the same question (0)
  • ANB Profile Picture
    7,223 Super User 2025 Season 2 on at

    Hi @NurNida, Please check this: https://powerusers.microsoft.com/t5/Building-Power-Apps/Flow-RUN-Error-Connection-not-configured-for-this-service/td-p/2388332

     

    I have tried explaining the issue and suggested solution.

     

    -----------------------------------------------------------------------------------------------------------------------------

    I hope this helps.

    Please click Accept as solution ✅ if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.👍

    Thanks,
    ANB


     

  • NurNida Profile Picture
    213 on at

    thank you for the suggestion. seem like I don't have admin right to amend it.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 796 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 327 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard