# Data Fabric entity nodes

> Built-in Flow nodes that query, create, update, and delete records in a Data Fabric entity, without an Integration Service connection.

Four native nodes, grouped under **Data Fabric** in the node picker, read, create, update, and delete records in a Data Fabric entity. They don't require an Integration Service (IS) connection. Their output is a live-reference variable to the affected record, except **Delete entity record**, which doesn't produce one because the record no longer exists after the node runs.

:::note
These nodes work only with entities created inside a VS Code solution. For how to create one, refer to [Entities in VS Code](entities-in-vs-code.md).
:::

![Add-node panel showing the Data Fabric category with Query entity records, Update entity record, Create entity record, and Delete entity record.](https://dev-assets.cms.uipath.com/assets/images/maestro/data-fabric-node-picker-38434b6c.webp)

* [Query entity records](./node-query-entity-records.md)
* [Create entity record](./node-create-entity-record.md)
* [Update entity record](./node-update-entity-record.md)
* [Delete entity record](./node-delete-entity-record.md)

## Related pages

- [Entities in VS Code](entities-in-vs-code.md)
- [Built-in nodes](flow-built-in-nodes.md)
- [Connector nodes](integration-nodes.md)
