Power Platform Power Apps Dataverse Flow Session (flowsession) table/entity reference

本文转自:Flow Session (flowsession) table/entity reference (Microsoft Dataverse) - Power Apps | Microsoft Learn

In this article

  1. Messages
  2. Properties
  3. Writable columns/attributes
  4. Read-only columns/attributes

Entity to store the information that is generated when a Power Automate Desktop flow runs.

Messages

The following table lists the messages for the Flow Session (flowsession) table. Messages represent operations that can be performed on the table. They may also be events.

Name
Is Event?
Web API OperationSDK for .NET
Assign
Event: True
PATCH /flowsessions(flowsessionid)
Update the ownerid property.
AssignRequest
CancelDesktopFlowRun
Event: False
CancelDesktopFlowRun Learn to use messages with the SDK for .NET
Create
Event: True
POST /flowsessions
See Create
Create records
CreateMultiple
Event: True
CreateMultiple CreateMultipleRequest
Delete
Event: True
DELETE /flowsessions(flowsessionid)
See Delete
Delete records
GrantAccess
Event: True
GrantAccess GrantAccessRequest
IsValidStateTransition
Event: False
IsValidStateTransition IsValidStateTransitionRequest
ModifyAccess
Event: True
ModifyAccess ModifyAccessRequest
Retrieve
Event: True
GET /flowsessions(flowsessionid)
See Retrieve
Retrieve records
RetrieveMultiple
Event: True
GET /flowsessions
See Query data
Query data
RetrievePrincipalAccess
Event: True
RetrievePrincipalAccess RetrievePrincipalAccessRequest
RetrieveSharedPrincipalsAndAccess
Event: True
RetrieveSharedPrincipalsAndAccess RetrieveSharedPrincipalsAndAccessRequest
RevokeAccess
Event: True
RevokeAccess RevokeAccessRequest
SetState
Event: True
PATCH /flowsessions(flowsessionid)
Update the statecode and statuscode properties.
SetStateRequest
TriggerDesktopFlowRunCallback
Event: False
TriggerDesktopFlowRunCallback Learn to use messages with the SDK for .NET
Update
Event: True
PATCH /flowsessions(flowsessionid)
See Update
Update records
UpdateMultiple
Event: True
UpdateMultiple UpdateMultipleRequest
Upsert
Event: False
PATCH /flowsessions(flowsessionid)
See Upsert a table row
UpsertRequest
UpsertMultiple
Event: False
UpsertMultiple UpsertMultipleRequest

Properties

The following table lists selected properties for the Flow Session (flowsession) table.

PropertyValue
DisplayName Flow Session
DisplayCollectionName Flow Sessions
SchemaName flowsession
CollectionSchemaName flowsessions
EntitySetName flowsessions
LogicalName flowsession
LogicalCollectionName flowsessions
PrimaryIdAttribute flowsessionid
PrimaryNameAttribute name
TableType Standard
OwnershipType UserOwned

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

 

posted on 2024-12-14 06:25  freeliver54  阅读(8)  评论(2编辑  收藏  举报

导航