RowShare (Preview)

Do more with RowShare integrations RowShare Connector lets you connect RowShare with thousands of the most popular apps, so you can automate your work and have more time for what matters most—no code required.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Copilot Studio | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | RowShare |
URL | https://www.rowshare.com |
[email protected] |
Connector Metadata | |
---|---|
Publisher | ROWSHARE |
RowShare - Microsoft Power Automate Connector
Microsoft Power Automate Connector for https://my.rowshare.com.
Do more with RowShare integrations !
RowShare Connector lets you connect RowShare with thousands of the most popular apps, so you can automate your work and have more time for what matters most.
Prerequisites
You will need to have a RowShare account in order to use this connector.
To obtain a RowShare subscription, including a Trial to test with, navigate to: https://my.rowshare.com/signup
Triggers
Webhook triggers
Column Changed
: Triggers when a value has changed in a specific column.Row Status Changed
: Triggers when the status of a row changes in a specific table. Row statuses : Active, Deleted, Archived, Locked.
Polling triggers
New or Updated Row
: Triggers when a new row is created or an existing row is updated in a specific table.New Row
: Triggers when a new row is created in a specific table.
Actions
Assign a row to a new owner
: Assigns a row to a new ownerCreate Row
: Creates a new row in a tableEdit Row
: Modifies an existing rowFind row by ID
: Loads a row based on its IDFind rows
: Finds rows based on an exact match for a given columnGet file content
: Downloads a fileLink Rows (Advanced)
: Links a row to a parent row in another table. This is an advanced action: to be used with caution.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Assign a row to a new owner |
Assign a row to a new owner. |
Create Row |
Creates a new row in the table. |
Edit Row |
Modifies an existing row. |
Find row by ID |
Loads a row based on its ID. |
Find rows |
Find rows based on an exact match for a given column. |
Get file content |
Gets a file content |
Link Rows (Advanced) |
Links a row to a parent row in another table. This is an advanced action: to be used with caution. |
Assign a row to a new owner
Assign a row to a new owner.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Table
|
ListId | string |
Choose a table. |
|
Row ID
|
Id | True | string |
Row ID |
Email
|
OwnerId | True | string |
|
Create Row
Creates a new row in the table.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Table
|
ListId | string |
Choose a table. |
|
Values
|
Values | object |
Edit Row
Modifies an existing row.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Table
|
ListId | string |
Choose a table. |
|
Row ID
|
Id | True | string |
Row ID |
Values
|
Values | object |
Find row by ID
Loads a row based on its ID.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Table
|
ListId | string |
Choose a table. |
|
Row ID
|
rowId | True | string |
Row ID |
Find rows
Find rows based on an exact match for a given column.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Table
|
ListId | True | string |
Choose a table. |
Column
|
ColumnName | True | string |
Choose a column |
Value
|
Value | True | string |
Value |
Returns
- response
- array of Row
Get file content
Gets a file content
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File ID
|
blobId | True | string |
File ID |
Returns
- File content
- binary
Link Rows (Advanced)
Links a row to a parent row in another table. This is an advanced action: to be used with caution.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Table
|
ListId | string |
Choose a table. |
|
Row ID
|
Id | True | string |
Row ID |
Child Row ID
|
ChildRowId | string |
Child Row ID |
|
Parent Row ID
|
ParentRowId | string |
Parent Row ID |
|
Relation Column ID
|
RelationColumnId | string |
Relation Column ID |
Triggers
Column Changed |
Triggers when a value has changed in a specific column. |
New or Updated Row (Polling) |
Triggers when a new row is created or an existing row is updated in a specific table. |
New Row (Polling) |
Triggers when a new row is created in a specific table. |
Row Status Changed |
Triggers when the status of a row changes in a specific table. Row statuses : Active, Deleted, Archived, Locked. |
Column Changed
Triggers when a value has changed in a specific column.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Table
|
ListId | True | string |
Choose a table. |
Column
|
ColumnId | True | string |
Choose a column |
Returns
Name | Path | Type | Description |
---|---|---|---|
Event Name
|
EventName | string |
Event Name |
Row Status Name
|
RowStatusName | string |
Row Status Name |
Row
|
Row | Row |
Row |
Column ID
|
Cell.columnId | string |
columnId |
Old Value
|
Cell.oldValue | string | |
New Value
|
Cell.newValue | string |
New or Updated Row (Polling)
Triggers when a new row is created or an existing row is updated in a specific table.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Table
|
listId | True | string |
Choose a table |
Returns
Name | Path | Type | Description |
---|---|---|---|
LastModifiedDate
|
LastModifiedDate | date-time | |
Rows
|
Rows | array of object | |
Row Id
|
Rows.Id | string |
Row Id |
Table Id
|
Rows.ListId | string |
Table Id |
Row Index
|
Rows.Index | integer |
Row Index |
ModifiedDateUtc
|
Rows.ModifiedDateUtc | string |
ModifiedDateUtc |
ModifiedBy
|
Rows.ModifiedByNickName | string |
ModifiedBy |
ModifiedByEmail
|
Rows.ModifiedByEmail | string |
ModifiedByEmail |
CreatedDateUtc
|
Rows.CreatedDateUtc | string |
CreatedDateUtc |
CreatedBy
|
Rows.CreatedByNickName | string |
CreatedBy |
CreatedByEmail
|
Rows.CreatedByEmail | string |
CreatedByEmail |
Owner Name
|
Rows.Owner.Name | string |
Owner Name |
Owner Email
|
Rows.Owner.Email | string |
Owner Email |
DisplayName
|
Rows.Owner.DisplayName | string |
DisplayName |
OwnerManager Name
|
Rows.OwnerManagerName | string |
OwnerManager Name |
Status
|
Rows.Status | integer |
Row Status : 1: Active, 2: Deleted, 8: Archived, 9: Locked |
StatusDateUtc
|
Rows.StatusDateUtc | string |
StatusDateUtc |
StatusChangeByUserName
|
Rows.StatusChangeByUserName | string |
StatusChangeByUserName |
Values
|
Rows.Values | object |
New Row (Polling)
Triggers when a new row is created in a specific table.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Table
|
listId | True | string |
Choose a table |
Returns
Name | Path | Type | Description |
---|---|---|---|
LastCreatedDate
|
LastCreatedDate | date-time | |
Rows
|
Rows | array of object | |
Row Id
|
Rows.Id | string |
Row Id |
Table Id
|
Rows.ListId | string |
Table Id |
Row Index
|
Rows.Index | integer |
Row Index |
ModifiedDateUtc
|
Rows.ModifiedDateUtc | string |
ModifiedDateUtc |
ModifiedBy
|
Rows.ModifiedByNickName | string |
ModifiedBy |
ModifiedByEmail
|
Rows.ModifiedByEmail | string |
ModifiedByEmail |
CreatedDateUtc
|
Rows.CreatedDateUtc | string |
CreatedDateUtc |
CreatedBy
|
Rows.CreatedByNickName | string |
CreatedBy |
CreatedByEmail
|
Rows.CreatedByEmail | string |
CreatedByEmail |
Owner Name
|
Rows.Owner.Name | string |
Owner Name |
Owner Email
|
Rows.Owner.Email | string |
Owner Email |
DisplayName
|
Rows.Owner.DisplayName | string |
DisplayName |
OwnerManager Name
|
Rows.OwnerManagerName | string |
OwnerManager Name |
Status
|
Rows.Status | integer |
Row Status : 1: Active, 2: Deleted, 8: Archived, 9: Locked |
StatusDateUtc
|
Rows.StatusDateUtc | string |
StatusDateUtc |
StatusChangeByUserName
|
Rows.StatusChangeByUserName | string |
StatusChangeByUserName |
Values
|
Rows.Values | object |
Row Status Changed
Triggers when the status of a row changes in a specific table. Row statuses : Active, Deleted, Archived, Locked.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Table
|
ListId | True | string |
Choose a table. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Event Name
|
EventName | string |
Event Name |
Row Status Name
|
RowStatusName | string |
Row Status Name |
Row
|
Row | Row |
Row |
Definitions
Row
Row
Name | Path | Type | Description |
---|---|---|---|
Row Id
|
Id | string |
Row Id |
Table Id
|
ListId | string |
Table Id |
Row Index
|
Index | integer |
Row Index |
ModifiedDateUtc
|
ModifiedDateUtc | string |
ModifiedDateUtc |
ModifiedBy
|
ModifiedByNickName | string |
ModifiedBy |
ModifiedByEmail
|
ModifiedByEmail | string |
ModifiedByEmail |
CreatedDateUtc
|
CreatedDateUtc | string |
CreatedDateUtc |
CreatedBy
|
CreatedByNickName | string |
CreatedBy |
CreatedByEmail
|
CreatedByEmail | string |
CreatedByEmail |
Owner Name
|
Owner.Name | string |
Owner Name |
Owner Email
|
Owner.Email | string |
Owner Email |
DisplayName
|
Owner.DisplayName | string |
DisplayName |
OwnerManager Name
|
OwnerManagerName | string |
OwnerManager Name |
Status
|
Status | integer |
Row Status : 1: Active, 2: Deleted, 8: Archived, 9: Locked |
StatusDateUtc
|
StatusDateUtc | string |
StatusDateUtc |
StatusChangeByUserName
|
StatusChangeByUserName | string |
StatusChangeByUserName |
Values
|
Values | object |
binary
This is the basic data type 'binary'.