I need to get value of a lookup type form Sharepoint list. I am using UIPathTeam.Sharepoint.activities Get List Items activity in UIPath.
But i am getting the list column value as “Microsoft.SharePoint.Client.FieldLookupValue”. Can you please help me convert it to a value?
Thanks for your quick response.
I am able to get the values of Microsoft.SharePoint.Client.FieldLookupValue
However, I have a column with type Microsoft.SharePoint.Client.FieldLookupValue
I believe it is of type “array of fieldLookupValue” I am not able to get the values from this type. I tried using CType(item[/ColumnName],Microsoft.SharePoint.Client.FieldLookupValue).FieldLookupValue
but it is not working for FieldLookupValue
This is the sample dictionary format of FieldLookupValue,
“ColumnName”,
FieldLookupValue[1]
{
FieldLookupValue
{
LookupId=123,
LookupValue=“abc”,
TypeId="
{
*****asbahsd;
}",
and the sample dictionary format of FieldLookupValue,
“ColumnName”,
FieldLookupValue
{
LookupId=1234,
LookupValue=“xyz”,
TypeId="
{ #jwehjs;
}",
Thanks for sharing the document.
I have an issue in converting Microsoft.Sharepoint.Client type values.
I believe i couldn’t find the exact solution for this issue there.