User ID | rupadhye |
---|---|
Client ID | 100 |
Connection Name | MGS |
Action | Unlock |
I Want to extract table data from mail body in uipath
and then need to store the userId as rupadhye in variable
client id as 100 in another varible and so no
User ID | rupadhye |
---|---|
Client ID | 100 |
Connection Name | MGS |
Action | Unlock |
I Want to extract table data from mail body in uipath
and then need to store the userId as rupadhye in variable
client id as 100 in another varible and so no
i use this activity but i got an error when i assign
bodyTableList = (From row In OutMailInfo.Select() Select String.Join(“,”,row.ItemArray)).ToList()
where bodyTAbleList is of List
and OutmailInfo is the output of Datascraping
Hi,
You can use data scrapping for this type of automation.
Click on datascrapping and it will ask to select the element. If it detects as table then you can click ok and proceed.
The output is a Datatable, so you can use For each row activity to assign values to variables
Thanks
Data Scarping Activity dives null result