a!entityData() Function

Creates an Entity Data for use with a!writeToMultipleDataStoreEntities()

Syntax

a!entityData(entity,data )

Creates an Entity Data for use with a!writeToMultipleDataStoreEntities()

  • entity (DataStoreEntity): This field holds a single Data Store Entity value in which the data to be updated is stored.
  • data (Any Type): This field holds multiple Any Type values to store in the entity.

Returns

EntityData

See Also

EntityData: This is the type a!entityData returns.

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK