I am having an issue on Flows. Appreciate if someone can help provide any solution/workaround on this.
I am using PowerApps as my frontend and data are kept in SharePoint list/library. Inside the PowerApps canvas, documents are verified against the user’s profile and show it them if deemed accessible. These documents should also be accessible outside the PowerApps canvas with its corresponding URLs. However when user visits the link, the system is capturing the flow creator’s profile instead of the actual user who performed the action.
USERS
- User(A) = regular user
- User(B) = flow creator
SAMPLE FLOW(A)
1) When a HTTP request is received
2) Create Item
- In SharePoint list, item is being created successfully; however the ‘Created By’ field is capturing User(B)’s name.
3) Get my Profile(V2)
4) Get user Profile(V2)
5) Response
SAMPLE FLOW(B)
1) When a HTTP request is received
2) Get my Profile(V2)
3) Get user Profile(V2)
4) Create Item
- In SharePoint list, item is being created successfully; however the ‘Created By’ field is still capturing User(B)’s name.
5) Response