I'm tearing my hair out!
I'm working on a simple employee recognition system.
Description - Employee creates a new item in a SharePoint list called "Applause."
Data Entry:
To - Person field
Title - single line of text
Description - single line of text
To be filled by the workflow:
Recipient Department - pulled from User Profile of the name in the "To" field
From = Created by
I've nearly had this working at least ten times, but I can't seem to put it all together.
Flow is triggered by "When a New Item is added to SharePoint"
I get the Recipient User Profile based on the dynamic content "To Claims"
I then want to update the item fields:
From = Created by
Recipient Department = Department drawn from Recipient User Profile.
Then send an email to the Recipient and the Recipient's manager include the link to the form.
I got everything working, and then was requested to change the behavior so that the
Person field "From" is pulled from the "Created By" field.
Currently it's failing at the Get User Profile step for the Recipient (To Claims) just running until it times out.

This is what the Get User profile looks like

This is the update (it never gets here)

What am I doing wrong?