Break multiple links of message box into Excel sheet

Hi All,

I am having multiple links in one message box which I extracted from a web page.
I am writing them in Excel but it gets write only in one cell.

I want one link should write one cell.then another link write in another cell

I don’t know how to do it.

Please help me to resolve the issue.

Thanks,

You have to separate your links, add them to a data table (use Build Data Table) and then write it to your Excel.

Could you share a screenshot of your message box so, I can give you a proper response?

1 Like

@monsieurrahul, thank u for your response.message box

I have attached the snapshot for your reference.

Please help.

@Nidi2

Try this: Test_Split.xaml (8.5 KB)

Let me know if you’re facing any issues.

2 Likes

@monsieurrahul.
Thank you so much…
Now its working fine…

1 Like

Happy to help and please mark my response as solution so, others will find it helpful.