Programming with Entities
Use Actions to perform CRUD (Create, Read, Update, Delete) operations on data in Entities.
Learn CRUD Actions for Entities. By the end of this section, you will be able to define CRUD Actions and their prerequisites where applicable.
Learn how to create entity records using the following Action:
Learn how to load, read, and traverse entity records using the following Actions:
Entity Attribute Lookup List
Learn how to update entity records using the following Actions:
Update entity fields from json
Update entity record on match key
Update entity record on primary key
Learn how to delete entity records using the following Actions:
Delete entity record on match key
Delete entity record on primary key