I have a pilot project due tomorrow & today it is throwing an error

I have a read excel & write to excel full of hyperlinks I get malware url found error,

I am using read range workbook & write range workbook yet error persist.

Please hep

error is this

Write Range Workbook: A malformed URI was found in the document. Please provide a OpenSettings.RelationshipErrorRewriter to handle these errors while opening a package.

Hi @Raks_K

Try with Excel activities instead of Workbook activities

Cheers!!

Hi @Raks_K

What are you exactly trying to do with process? can you specify

If you want the hyperlinks to be present in excel then Excel activities would be preferred. If you have large amount of data then Macros will be preferred @Raks_K please specify what are you trying to do.

Regards

@Raks_K

Can you try like below

OutputExcel.Sheet("Sheet1").Range("B15")

Cheers!!

1 Like

Hi @Raks_K

Try this flow:

Hope it helps!!

1 Like

@Raks_K

Hope you got the solution for your question. If yes please mark it as solution to close the loop else happy to help.

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.