初心者です。
Excelの書き込みのアクティビティを作ろうとしたら、添付のようなメッセージが出ます。
どうしたらよいですか。
You can use full local file path if your file is local, specify the absolute path instead of just the file name:
“C:\Users<YourUserName>\Documents\test0814.xlsx”
Or you can connect to Onedrive by adding connection also you can use Classic Activities by using classic filter in activities panel
If this is needful mark it as SOLUTION
Happy Automation
ありがとうございます。クラシックというフィルタも試してみます。
The URL should be the OneDrive file URL which you will get when you open that excel file from OneDrive online.
Local file path won’t work with this activity.
Use Activities - For Each Excel Row to iterate local excel file
You are using Office 365 activity which required integration service.
ありがとうございます。
もう一度確認してみますね。
m(_ _)m
迅速に回答いただきまして、誠にありがとうございます。
今後ともご支援のほどよろしくお願い申し上げます。
こんにちは
実現したいことは何になりますでしょうか?
端末にインストールされているEXCELを使用して操作をしたいのであれば、EXCELファイルを使用アクティビティで対象ファイルを指定し、その中で各種操作を行います。
例えば以下のような感じになります。
回答ありがとうございます。
実は(初心者なもので)通常のローカルのExcelと、365のExcelの2種類あることを知らず365のほうを選択していたようです。
初歩的な質問ですみません。