Option Script on dissallow

Strict On Disallows implicit conversations form “String” to “IReadRangeRef”. The selected value is incompatible with the property type.

You don’t put a file path into the Destination. You have opened the file with Use Excel File so then you use its Excel variable as the reference. You need to pass Excel.Sheet(“Sheet Name”) to Destination. You can also specify where it should start writing by putting Excel.Sheet(“Sheet Name”).Range(“B2”) for example will make it start writing at B2.

1 Like

This is helpful. I will apply it within my automation

I suggest doing the free training at academy.uipath.com as it will teach you these things.