1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Power AutomateDesktop】変数使用するときの注意点

Posted at

概要

Power Automateでフローを作成していたときに
以下のエラーに悩まされていたので、
解消方法と注意点を残しておきます。

悩まされたエラー

・やろうとしたこと:セルの範囲取得
・出てきたエラー:引数'EndRow'は整数値である必要があります。

image.png

エラーの原因

フロー作成時に「Power Fx」を有効にしていて、
変数の書き方が正しくなかったため。

image.png

注意事項
「Power Fx」についてここでの説明は割愛します。

解決方法

変数の書き方を修正しました。
修正後、再度実行し動作できました。
(修正前)%変数名%
(修正後)=変数名

補足

フロー作成時に「Power Fx」を有効にするか設定できるので、
設定しない(有効にしない)場合は%変数名%で動作します。

image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?