Hi Folks.
Hopefully you can help me, I am trying to do an approval workflow which is actually two workflows together
WORKFLOW 1
I have created a Microsoft form for people to input some information. This form is then used with flow to populate a number of columns in a list. I want one of the columns to be "Requested By". To achieve this I have used Get my profile (V2) which I assumed would be the user who has filled in the form.
Later on, there is a SharePoint create item that has a Requested by field and is populated with the "Display name" item from Get my profile (V2)
The problem that I am running into is regardless of who fills in the form it is always putting my personal details into the get my profile option and not of the user who filled in the form.
I know that one way to get around this would be to make the user enter their Name then use that field later on to get a user profile based on that column but I would prefer that it was smart enough to know who filled in the form in the first place
WORKFLOW 2
This workflow detects that a new item has been added to the SP List and then triggers a workflow to get the requesters manager and get approval. This flow is working okay at the moment based off my information but I can't test with someone else because I cant get their details