Actions
Get PDP Policy
Retrieve a policy from a DataSet within Domo. A DataSet is required for a PDP policy to exist.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| DataSet ID | The ID of the DataSet. |
| PDP ID | The ID of the PDP. Can be obtained via the List PDP Policies action. |
{
"id": 8,
"type": "user",
"name": "Only Show Attendees",
"filters": [
{
"column": "Attending",
"values": [
"TRUE"
],
"operator": "EQUALS",
"not": false
}
],
"users": [
27
],
"groups": []
}
Was this page helpful?