- How to read all the pinned messages in the Webex group on a job run for the first time?
- How to read only the new pinned messages in the Webex group on a job run for the second time?
Have you tried the “Element Exists” activity?
Hope it helps,
Cheers!
@rodrigo.simao I want to get it done using UiPath Integration Service or any API instead of UI activities.
For UI activities, Unable to find the anchor for each target (selector).
I found the solution.
- There is no specific API available to retrieve the pinned messages. I built a logic and retrieved all the pinned messages.
- At the end of first run, last message id has to be found and stored in the asset. For the second run, loop through the messages and get the message details. Break the loop as soon as the current message id matches the last message id from the asset. This retrieves only new pinned messages.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.