Is there a way to read slack messages from uipath and perform actions based on those messages?
You can try using the data scraping wizard to scrape the messages in the slack. Then using a loop, you can travel through each message and perform tasks as you require…
But there’s no API or anything to do it the way, say, a lambda function would?