Skip to main content

Notifications

Community site session details

Community site session details

Session Id : oY6aPyWS+Vt+Qc90ZJwa+0
Power Apps - Building Power Apps
Answered

Build performance review by using PowerApps

Like (0) ShareShare
ReportReport
Posted on 1 Jun 2019 13:36:20 by 162

Dear Team,

 

I have quick question regards to the PowerApps. I want to build an apps which basically allow user to enter their data for the perform review each year. I have done simple one which fill the form and attach to the app attachment. 

 

However, I think it is not enough I want to customize by replacement of using attach file to fill direct on the apps form and it needs hierrachy structure. Each staff will login to the apps to enter their information/data. Manager will have access to see all staff who under their supervision. 

 

Could we do that in the PowerApps? If so, how do we do it?

 

If you didn't what I try to explain, please let me know so I could give more simply work structure to hit the point. 

 

Thanks,

Phearin

Categories:
  • phearin Profile Picture
    162 on 11 Mar 2020 at 02:18:43
    Re: Build performance review by using PowerApps

    @Anonymous 

    Thank for interested in this project. 

    I also start to program as well. It is just simple app which idea to allow everyone to attached their soft copy into the system only.

     

    Thanks,

    Phearin

  • phearin Profile Picture
    162 on 11 Mar 2020 at 02:17:14
    Re: Build performance review by using PowerApps

    @P_SA 

    Thank you for your contacting me on this topic.

    For the performance review, I have parked it for some reasons behind that apps. Because I do need to redesign the flow once again. The item which I had just only you can submit your document as attached file and submit it only.


    Thanks,

    Phearin 

  • P_SA Profile Picture
    220 on 19 Feb 2020 at 06:18:01
    Re: Build performance review by using PowerApps

    @phearin   could you be kind enough to reply incase you have the app built ? 

  • Community Power Platform Member Profile Picture
    on 19 Feb 2020 at 06:16:05
    Re: Build performance review by using PowerApps

    hi .. is this App already build? can i have the app for my project? thankyou so much, i d'ont really know how to proram but i really want to learn.

  • P_SA Profile Picture
    220 on 03 Jan 2020 at 11:04:53
    Re: Build performance review by using PowerApps

    Hi @phearin  have you build the application yet ?  If yes could you share my the msapp file please. I would love to take a look at it. 

     

    thanks. 

  • Verified answer
    v-xida-msft Profile Picture
    on 03 Jun 2019 at 05:00:06
    Re: Build performance review by using PowerApps

    Hi @phearin ,

    Could you please share a bit more about your scenario?

    Do you want the staffs to enter their info when they login in your app, and want the manager to see all submitted staff info when he login in your app?

     

    Based on the needs that you mentioned, I think PowerApps could achieve your needs. On your side, you could create separated screen for the staffs and manager (Staff Screen and Manager Preview Screen).

    Within the Staff screen, you could add a Edit form (which connects to a specific data source) to collect staff's entry. Within the Manager Preview Screen, you could add a Gallery, connect it to same data source as that in the Edit form, use the Gallery to list all submitted info from the staffs.

     

    In addition, you need also to configure a Access Level within your app. When the staff login in your app, navigate him to the Staff Screen, when the manager login in your app, navigate him to the Manager Preview Screen. You could consider save the related managers' email address into a Collection, then compare current sign in user's email with the Collection.

    I have made a test on my side, please take a try with the following workaround:

    Set the OnStart property of the App control to following:

    ClearCollect(
    ManagerCollection,
    "Manager1@email.com",
    "Manager2@email.com",
    "Manager3@email.com"
    ...
    );
    If(
    User().Email in ManagerCollection, /* <-- Check current sign in user is a manager or a staff */
    Navigate(ManagerPreviewScreen, ScreenTransition.None),
    Navigate(StaffScreen, ScreenTransition.None)
    )

    Note: Within your app, do not provide any Navigation functionality between the ManagerPreviewScreen and the StaffScreen. To make sure the the ManagerPreviewScreen is separated from the StaffScreen

     

    Please take a try with above solution, then check if the issue is solved.

     

    Best regards,

  • yashag2255 Profile Picture
    24,442 Super User 2024 Season 1 on 02 Jun 2019 at 16:19:12
    Re: Build performance review by using PowerApps

    Hi @phearin , 

     

    The scenario that you want to achieve is doable. 
     
    You can go ahead and simply add a form in the powerapps. This form can be either an independent one where you add your own fields or you can have one directly linked to an entity/list at any data source. It would be easier to use CDS or SharePoint. But, that totally depends on how you want to store data.
     
    For having a functionality where manager can see the data submitted by his/her reportee, you can create a separate screen and place a navigation on the main Screen. Set the visibility of that icon only if the logged in user is a manager. To verify that you can either connect to Office365 or if you have another table, you can add that as a data source. 
     
    Data filtration can be done using the filter command over any data source.
     
    This is a generalized solution, if you are looking for something where you might need help with expressions/formula or the approach to do so, please share the screenshots, through that we will be able to assist you better
     
    Hope this Helps!
     
    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,668 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,004 Most Valuable Professional

Leaderboard