Hello Community!
Using Slack Activities I can retrieve a message from a Slack channel and display it as string using ‘For Each item’ and VB expression ‘item.Text.ToString’ as shown in 1st screenshot. The variable type is UIPath.Slack.Model.Message and converts to string OK.
However if I try the same setup but change the Get Message source from Slack Channel to Direct Message then I get the compile error ‘Option Strict On disallows late binding’
Variable type is still UIPath.Slack.Model.Message
I think I need to know how to convert the variable type UIPath.Slack.Model.Message into a string using another VB code expression?