I have a simple list of 4 columns. Each column is a person field type. I would like the user to type in names and save.
UserA UserB UserC UserD
Bob Eric Joe Linda
The workflow would run and add (Phone, Cell, and Email) to populate additional columns. For example UserA
UserA UserATele UserACell UserAEmail
Bob (555)555-5555 (555)511-5555 Bob@123.abc
I tried using "When an item is created or modified: as the trigger. The "Get user profile v.2" 4 times (for each User field) and lastly an "Update item". But I can't figure out how have the Get User Profile see the UserA, B, C, D columns. Any pointers for a rookie?