Showing posts with label Canvas. Show all posts
Showing posts with label Canvas. Show all posts

Thursday, August 11, 2022

Connection not Configured for this service ? Error While Calling Instant Microsoft Flow ?

Introduction:

In this Blog, we will see how to get rid of Instant Cloud Flow Connection Issue wile calling from PowerApps.

Implementation steps:

 

I have a PowerApps Application, in that While OnStart of the App am having an Instant Cloud Flow to check weather the User Exists in SharePoint Group or not and it will respond to PowerApps as true or false

 

If i Run this Application in Dev Environment am getting the flow triggered Successfully, when am moving from one Environment to another environment am getting Flow name : Connection not Configured for this service 

 

In Dev I have System Administrator Role hence I didn't face any issues.

In UAT am having only Basic User Access

 

Let's see how we can fix the issue

 

1. Navigate to https://make.powerapps.com

 

2. Click Gear Icon at the Top then Click Advance Settings 

 

rampprakash_0-1660219416253.png

 

 

3. Click Settings --> Security --> Select Security Roles 

 

rampprakash_1-1660219555365.png

 

rampprakash_2-1660219589255.png

4. Open Basic User --> Select Customization Tab --> Search for Process

 

5. Change the Read Access from User to Organization

 

rampprakash_4-1660219677328.png

 

 

6. Now Click Save and Close 

 

That's it :slightly_smiling_face:

 

Once after done this Refresh the Application, you won't get the Connection Issue Further :slightly_smiling_face:

Thursday, July 28, 2022

How to Enable Spell Check in Canvas PowerApps?

Introduction:


In this Blog, we will see how to Enable Spell Check in Canvas PowerApps.


Implementation Steps:

 

1. Navigate to https://make.powerapps.com

 

2. Click Apps --> Select New Apps --> Select Canvas

 

rampprakash_0-1659005545549.png

 

3. Once Selected it will Pop-Up Screen then Input Name and Click Create

 

rampprakash_1-1659005612754.png

 

4. Once Page Loaded --> Click Insert --> Select Text Input 

 

rampprakash_2-1659005690530.png

 

5. Then Run the Application and Input value as "Spel Check"

 

rampprakash_3-1659005821207.png

 

6. After Inputting the values you wont receive Spell Check Error in Text Box.

 

7. Lets See how we can Enable Spell Check for Showing Errors

 

8. Close the Run Mode and then Select the Text Field 

 

9. Then Select Enable Spell Check and Change it to True

 

rampprakash_4-1659006137555.png

 

 

10. Once Done Run the App and Click on the Field

 

rampprakash_5-1659006186545.png

 

11. Now you can see the Error Message Occurred.

 

rampprakash_6-1659006379598.png

 

 

That's it :slightly_smiling_face:

How to Run Microsoft Flow for Every one Month

Introduction: In this Blog we will see how to Run Microsoft Flow for Every one Month. Implementation Steps:   1. Navigate to  https://make.p...