Power Apps で SharePoint にデータ ソースが複数あります。 一つ目のデータソースに入力したら必要な情報を2つ目のデータソースにも反映できるようにしたいのですが、対処することは可能でしょうか? 可能でしたらご教授いただけましたら幸いです。 宜しくお願い致します。
@k_to this very possible, you must collect the data in a collection, to do this you can use the onvisible property of a window then you create a collection then you can use them in the other data sources
1. Onvisible ===> ClearCollect(name_table,{});
So you can use this collection in other data sources
有難うございます!
自分の認識ではClearCollect関数はコレクションのレコードを削除して新たにレコードを作成するものだと思っていました。
自分は2つのデータソースにある空欄部分を埋めたいと思っています。それを同時に入れることは出来ないかと思っています。
それにはPatch関数を使うのかと思っていましたがどうでしょうか?
yes the patch function can work better in your case,I will give you a more complete example during the day.
User | Count |
---|---|
255 | |
114 | |
95 | |
48 | |
38 |