I need to get all channel messages and I am limited to 100 messages, I am not allowed to put a higher value, since Uipath will throw an error.
However my channel has more than 100 messages… Any ideas how can I fetch all messages?
“Message: The limit of ‘100’ for Top query has been exceeded. The value from the incoming request is ‘1000’”
yes, but in UiPath Get Messages . Get Message replies Activity is not possible to put any filter when getting messages, only limit, which is useless in my case.
The only option remained is to use HTTP requests, instead of the already built-in Microsoft Teams activities
Yep, it’s not always that these activities will have everything we need -at least in the first version.
APIs may be the best universal course of action if you want to build versatile applications that are not limited by any kind of feature that is currently unavailable in a UiPath activity.