Get last message received from a chat

Hello All,
I need to read every time the last new message received from each user in a chat communication.
I used data scraping but it is taking 20sec to answer each user(too long).
i have tried with get text and get full text but it is getting the wrong message every time.
Any help Please

Hi @teyssir

can you share the chat communication app that you’re using and the selector to retrieve the last message?

2 Likes

Thank you @reda for answering,
I have changed the WaitForReady Parameter to interactive and i added some delay that solved my problem

1 Like

hello @teyssir , can you share your example?
I’m have some problems with my, but it’s similar to yours.
Thank you

1 Like

Hello @Nikolay_Burykin,
it is a part from a project, to extract the last message received i have used the “get full text” activity and set its parameter like the picture below

@teyssir, thank you, can you ask what messanger do you use and share a selector of “get full text” function?
Because i try it in skype, telegram and whats app and it is don’t work correctly (i can’t get text from only last recieve message)

i am extracting information from service now chat , here is the selector:
<webctrl css-selector='body&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;span&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div' idx='59' tag='DIV' />

@Nikolay_Burykin
Have you been able to achieve this. As am trying the same thing for whatsapp and not able to read latest message. Could you please help me on this.

Thanks,
Mythily

Any Update on this?