0
0

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 5 years have passed since last update.

docs

Posted at

按钮 控件的 OnSelect 属性设置为以下公式:
ClearCollect( NewGUIDs, ForAll( Sequence(5), GUID() ) )

该数据表显示了 GUID 的列表:
image.png

再次选择该按钮以显示不同的 GUID 列表:
image.png

若要生成单个 GUID 而不是表,请使用以下公式:
Set( NewGUID, GUID() )
image.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?