Pulling specific data from Sharepoint online list for manager approval

Audi86 781 Reputation points
2022-06-01T13:32:41.75+00:00

Hi,

I have a requirement from our (software) asset management team. So we have a list in sharepoint online which has details of all managers, the assets and user assigned that asset. They want to pull data relating to specific manager who they are sending email with the link of the list to find if the asset(software license) is still required by the assigned user.

the process we need is such that when they will email link of list to the approving manager for confirmation, it pulls all the data relating to approving manager only from that list and give manager an option to select check boxes to approve which is still needed or which is not needed and hides all other manager data. I need to add checkbox column in the list and then use some logic so that when the approving manager login under the link it just show him his own records only. Any suggestions please , how can I create this or any reference guide will be helpful?

Approving manager || Asset || user Assigned to this Asset || Check boxes || comments

Thanks

Microsoft 365 and Office SharePoint For business Windows
0 comments No comments
{count} votes

Accepted answer
  1. Andrew Geddes 746 Reputation points
    2022-06-01T23:36:50.173+00:00

    @Audi86 so I'm clear, you want

    1. Asset reliability selects manager (do they also select asset?)
    2. Based on selection, show license(s) and associated users (do managers have more than 1 license assigned?)
    3. Auto-generated email to manager for selected asset, seeking if user(s) still require
    4. Manager then selects yes/no (by check box or other means) for the asset
    5. Once completed, notify someone?

    Based on my assumptions and exposure to similar process it might be best to consider a workflow on a schedule vs manual kick off. Less hands on. Then you could build in notifications based on process breaches or certain conditions. You'll want to track process status in case one of your actors is non-responsive (or is no longer in that role).

    Have you considered your technology options? Thoughts about power apps? Thoughts about Teams? Or SharePoint/email/power automate all we got to work with here? (If so, why? :) )


1 additional answer

Sort by: Most helpful
  1. Andrew Geddes 746 Reputation points
    2022-06-02T00:15:35.503+00:00

    A few things - since you're leveraging power automate, you have the ability to personalize the email, providing a list of assets to the manager via email, with link to each in list (you'd probably link them to a form in this case; alternatively provide the action buttons in email to avoid clicks)

    You could do this on a schedule which frees up the process managing party to just monitor.

    If that isn't viable, there is a notion of filtering by "me" in a SharePoint list. You would associate the field assigning the manager to the filter of "me" and have that as the linked-to view in the email being distributed. You'll still want all items view for the process manager, so ensure it's a separate view.

    I'm still going to advocate for something more automated here :) if you're game to explore that let me know

    Edit: not nesting my replies... Hm.

    Edit edit: I see the other thread - so your people picker column isn't working with the me filter. Have you tried eliminating groups from that column's options? Also, with this type of filtering we're getting dangerously close to a powerapp being very quick to set up. Especially if SharePoint is going to arm wrestle.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.