Excel入力のエラーを解決したい

少し離れていましたが、また、RPAを作り始めました。
Excelの列の最後に入力されているセルの一つ下のセルに書き込みを行いたいと考えております。セルは、毎回異なる変動するものになっております。自身では、添付しているところまでは、作成いたしましたが、最後のセルを書き込みアクティビティで、IReadWriteCellRefへの変換ができませんというエラーが出現します。色々、調べましたが、解決方法がわかりませんでした。対処方法などございましたら、ご教授ください。
資料1.pdf (74.1 KB)

@toshiki_kubo

Can you please tell what you tried

ideally you have a first/last row activity which can find that

and we can use it further in write cell

also as per error looks like the range value you have given is wrong

format for cell is Excel.sheets("sheetname").Range("A" + (lastrowindex+1).ToString)

depending on column change A to any column you need

cheers

Thank you for your response. I tried the suggestions you provided, but a different error was detected. If you know how to resolve this issue, I would appreciate your guidance. I have attached the relevant documents.
参照資料2.pdf (93.3 KB)