How to write file path in excel sheet after convert Word to pdf

Hello Uipath family,
I need help after converting Word to pdf we need to write that path in excel column The column name is Attachment I need to write that pathname into that column how to write? I didn’t get the logic I tried using the write range it’s not working I tried another way also but that also not working so I posted you, peoples please help me I hope I get a solution.

Thanks!!
Chethan P

Hi @copy_writes,

Use Write Cell and parametrized the Row Number

E.g “C”+fileN.ToStrinfg

Where fileN Counts the number of files genereted so far

1 Like

Hello @copy_writes,

If you have used read range and for each row than you can use write cell activity and pass the value PdfPath+FileName+“.pdf”

1 Like