I need to get the email and the name of a person who created an item on SharePoint list.
I know how to do it using SharePoint activities.
Now I have a job to completely replace SharePoint activities with MicrosoftOffice365 activities.
I use Microsoft Office 365 Scope and inside first I use action “Get List Info” then I loop through each item using “For Each List Item” activity.
You need to check in which field the Author’s Email and Name is present that no you can give I had used like this in my previous process hope it will help you.
Yes what you are saying is right me need to explore by ourself in the immediate pannel we can check what headder is present in which field if you get the field then you can fetch that header.
In the documentation of UiPath also it is not available.
I see the field type is a look up field…and it is possible only to get the lookup id …you cannot get the value that it is looking up using office 365 …it is a limitation… so getting email id using the lookup field is not possible