3
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 Automateでnullの取り扱いが変わりました。

Posted at

Power Automateでnullの取り扱いが変わり、一部フローでエラーが出ました。
仕様が変更されたのは2024/5/10以降です。

変数の設定で空白文字を入れるために「""」と入力していた2か所、片方は文字列として扱ったので「""」が表示されます。もう一つはメールアドレスの設定だったので、わざわざエスケープがついて「%"%"」が入り、メールアドレスとして認識されずエラーになりました。

変数の設定で空白にする場合は関数の「null」を入れてください。

3
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
3
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?