PipedreamHQ / PipedreamHQ/pipedream

[Components] microsoft_dataverse

Open
#15,788 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# microsoft_dataverse
## URLs
- https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/overview#getting-started
## Webhook Sources
### new-record-instant
#### Description
Emit new event when a new record is created in a specified Dataverse table. Users must specify the table name.
### updated-record-instant
#### Description
Emit new event when a record is updated in a specified Dataverse table. Users must specify the table name and can optionally filter by specific fields.
### deleted-record-instant
#### Description
Emit new event when a record is deleted from a specified Dataverse table. Users must specify the table name.
## Actions
### create-record
#### Description
Create a new record in a specified Dataverse table. Users must specify the table name and provide data for required fields.
### update-record
#### Description
Update an existing record in a specified Dataverse table. Users must specify the table name, record ID, and fields to update.
### delete-record
#### Description
Delete a record from a specified Dataverse table. Users must specify the table name and record ID.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.