LoginSignup
0
1

More than 1 year has passed since last update.

PowerAutomate: 動的な Excel での更新方法

Last updated at Posted at 2022-02-21

背景

社内で質問される方が多いので、簡単だが残しておく

概要

  • JSON で定義するだけ

詳細

列名と、更新したい値をセットにして定義するのみ。同時に複数列も可能。
複数行更新時は Loop で

更新値
{
  "test": "Value値"
}

2022-02-21_13h49_07.png
結果はこんな感じ

2022-02-21_13h57_46.png

同時に複数行更新したい場合は以下かな。

  • Graph API
  • Office Scripts

Excel の転記なら以下なんかも

0
1
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
0
1