Last active
October 15, 2018 10:53
-
-
Save Rinatamu/e57cca1b7c824b8d096946ec7fd1d24e to your computer and use it in GitHub Desktop.
PowerApps GameDev#2 指定したレコード数のデータセットを作成し、古いデータから消していく方法 ref: https://qiita.com/rnakamuramartiny/items/ea532b5352f912a71f24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collect(Data,{param:RoundDown((Rand()*255),0)}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If(Count(Data) > 10,Remove(Data,First(Data)),"") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment