Microsoft Power Automate Dataverse Connector Cheatsheet v2024
Microsoft Power Automate Dataverse Connector Cheatsheet v2024
Scope Select Columns: The flow triggers if any of them are modified
1 2
Business Unit Actions are taken on rows owned by anyone in your business unit. Column type Description Sample
Organization Actions are taken by anyone within the environment. • Text, Comma-separated list of column logical firstname, lastname, parentcustomerid,
• Multiple Text names. dka_custom,
• Number,
Parent: Child business unit Actions are taken on rows that are owned by anyone in your business unit or a
• Date & Time,
child business unit.
• Lookup,
• Choices,
User Actions are taken on rows owned by you. • Currency,
• Autonumber,
• File
Filter Rows by column type: The flow triggers if the conditions are met
3 • Image Does not trigger the flow if you specify If the column is called kco_image, you must
Column type Sample the column logical name. specify kco_imageid to trigger the flow.
• Text firstname eq ‘Dani’ To trigger the flow, you must add “id” at
• Multiple Text description ne null the end of the field logical name.
1
• Choice (Yes / No) creditonhold eq true • ne Not Equal firstname ne null
creditonhold ne null
• gt Greater than, age gt 35
• Choice contacttype eq 842310000 • ge Greater than or equal, age ge 35
statuscode eq 1 • lt Less than, age lt 35
• le Less than or equal age le 35
• Choices (multi select) Not available
• and And, firstname eq ‘Dani’ and age gt 35
• Currency creditlimit gt 2000 • or Or, firstname eq ‘Dani’ or age gt 35
• not Negation not contains(firstname, ’Dani')
firstname, lastname 2 • Autonumber kco_autonumber ne null
• () Grouping (firstname eq ’Dani’ or firstname eq ’Kahil')
and revenue gt 5000
3 4
• File Not available
firstname eq ‘Dani’
• • contains String contains contains(firstname, ‘Dani’)
Image kco_imageid ne null
• endswith String ends with endswith(firstname, ‘ani’)
2022-03-25T15:00:00Z 5 • Formula (Power FX) kco_citycalculated ne null
• startswith String starts with startswith(firstname, ‘Dan’)
Contacts
3 4
parentcustomerid_contact($select=fullname) 11
5
Row ID
12
Row’s globally unique identifier (GUID)
Ex: 80ac35a0-01af-ea11-a812-000d3a8b3ec6 or
Power Automate Cheatsheet v2024 Dataverse connector
Add or Update the column values
13
Column type Sample
• Number 35
• Decimal 50.50
• Date 2024-01-15T00:00:00Z
• Lookup Contacts(00f291c1-7479-ec11-8d21-000d3a554ca0)
14 OR
Dani 13 12
80ac35a0-01af-ea11-a812-000d3a8b3ec6
Make sure to use the OLD DESIGNER when working with Activity Party
Relationship
15 • Image Convert any image to
References
15 15
Author: Dani Kahil Last update: Sep 2024
16 16
https://org0.crm.dynamics.com/api/data/v9.0/faxes(3ce6c728
-3c8a-4b55-a4ee-a251b253c3ee)