Copy value from Field from Data table or Csv and paste it in Skype Chat

Hi My UI Path Developer brother,

I have a requirement, where I have to copy a value (Error message) from a Field which is present in Data Table as well as .Csv. This should be copied from either Data Table or Csv and pasted to Skype Chat.

Kindly suggest the best possible way and thanks in advance.

Regards,
Satish Chaladi
8147943248

Will give you particular Column values you can type in skype
row(“YourColumnName”).ToString

I need a value of a Field… Like (A2,B2). Does above logic works?

also, need steps for both reading value and pasting the same in skype chat window.

Thanks for your response and it will be very helpful, if I get the above steps aswell

Regards,
Satish Chaladi

HI @Satish_Chaladi

Yes, still we can use the same approach to access the data in multiple components. CSV files can also be read in as a datatable, Hence, the way we access the data in each cell is similar…

Thanks, brother :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.