How we can check message list one by one on web portal if any message found unread then how it will click on the message link?
There are 4 column in my message list but i want to check message status, if the message status is Unread then it will click on from name(message name) and after that check it one by one till the last end of list.
please give me the solution on my question step by step explanation because i’m beginner for this technology
but while using Click activity to click on that name we have to indicate specific name but in this case there is random name generated on portal,So what should we do in this case
What I understood from your reply was that selector of the element where you click on would differ, which makes sense. I suggest you make dynamic selector where the click operation is made only the the satisfied condition elements.
If the objective of the module to read the unread messages, try to achieve the same using background Mail Activities like Exchange. This will help to read unread messages and change the status from unread to read from workflow.