Skip to content

Instantly share code, notes, and snippets.

@Rinatamu
Last active October 15, 2018 10:53
Show Gist options
  • Save Rinatamu/e57cca1b7c824b8d096946ec7fd1d24e to your computer and use it in GitHub Desktop.
Save Rinatamu/e57cca1b7c824b8d096946ec7fd1d24e to your computer and use it in GitHub Desktop.
PowerApps GameDev#2 指定したレコード数のデータセットを作成し、古いデータから消していく方法 ref: https://qiita.com/rnakamuramartiny/items/ea532b5352f912a71f24
Collect(Data,{param:RoundDown((Rand()*255),0)});
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