Message Too large could not process further

Hi Dev’s

I am extracting one page html code and by using get clipboard activity i am getting the data.So when i am trying to write that data into a text file i am getting Message too large could not process.Please help me out.

Thanks
K.NagaRohith

How much data is present in that html code?

you want to be printed in normal form like removing Tags?

Hi Pratham
html code consists of arround 28984 line approximately.

Hi Pradeep

No,I just want to have all that data into an text file.
No manipulations.

Hi @Naga_Rohith_Kasaraga

Try the below code in Invoke code activity

File.WriteAllLines("<filepathwithextenstion>","<htmldata>");