I'm getting the response from the webpage, it contains both table structure as well as text.
For extracting that content, we use Extract data from webpage action and also we try by using the action clink link on web page through java script.
By using the above actions I'm able to extract data in the text format, table data is also extracted in the text format only, when paste into word document or excel.
I need to extract and paste as it is available in the webpage (Both table as well as Text data).
I have another doubt regarding unattended bots. I am using the 'When a new email arrives' trigger to start the bot. If an email arrives and the bot takes 5 minutes to process it, but within one minute, another email arrives, the bot will trigger again. In this scenario, the first operation will not be completed, which could disrupt smooth bot operations. I want the bot to wait until the first operation is completed before processing the next one. Where should I add the wait action, or is there another action I should use? Please suggest some ideas.