Hi all,
I have run into an issue that I can't seem to resolve/find resolution to. I've tried a number of different recommendations including ensuring the library has all read except external users. so here we go...
Trying to set up a flow using SharePoint, O365User, and Planner in a Teams tab. The goal is:
-When a new doc is added to a library (in this case the Team's channel files tab library) the flow will run
-The assigned reviewer in the SP list is pulled from a custom column that pulls their email
-GetUserProfile(v2) is supposed to use the email to retreive their user info
-Planner takes the output of GetUserProfile(v2) to populate the UPN for the assigned user and creates the review task in planner
Just using the assignee's email in planner doesn't work, it wants a UPN. If I go into Delve and grab my ID and plug that in directly--the flow runs fine and assigns to me, so I know that's the value Planner wants. However--every time I try to run the flow I get a 403 or a 404. I was getting 403s until I added all read except external to the SP list. 403 went away, but now I'm getting a 404 stating the resource couldn't be found.
Has anyone else had similar issues/found any way around this? I see plenty of posts where people are using GetUserProfile(v2) so I'm assuming the issue is on my end.
Thanks in advance,
-JP