7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【小ネタ】SharePointリストの日本語になっている列名を取得する

Last updated at Posted at 2022-01-17

PowerAutomateやPowerAppsでSharePointリストの列名を取得するとき、列名が日本語になっているときそのままの列名では取得できない場合があります。
そんなときに列名を日本語のままで取得するお話です。
qiita1-1.jpg
qiita1-2.jpg

フィールド名を取得

日本語になっている列名は「OData_」+「フィールド名」とすることで取得できます。
フィールド名は以下画像の赤枠の通りクリックして取得します。
qiita1-3.jpg
qiita1-4.jpg
qiita1-5.jpg
qiita1-6.jpg

上記の例の場合、「OData_」+「_x597d__x304d__x306a__x98df__x30」で、
「OData__x597d__x304d__x306a__x98df__x30」から「好きな食べ物」列を取得できます。
qiita1-7.jpg

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?