<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Data on Skedulo Documentation</title>
    <link>/action-reference/standard-actions/data/</link>
    <description>Recent content in Data on Skedulo Documentation</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="/action-reference/standard-actions/data/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Create Record</title>
      <link>/action-reference/standard-actions/data/create-record/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/action-reference/standard-actions/data/create-record/</guid>
      <description>&lt;!-- actions-output --&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;&#xA;&#x9;Overview&#xA;&#x9;&lt;a id=&#34;popover-overview-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;overview&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;Creates a new data record&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Data&lt;/p&gt;&#xA;&lt;p&gt;Use this action to create a new data record of a given object type.&#xA;Provide the object type and the field values for the new record.&lt;/p&gt;&#xA;&lt;h2 id=&#34;request&#34;&gt;&#xA;&#x9;Request&#xA;&#x9;&lt;a id=&#34;popover-request-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;request&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-request-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-request-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Parameter&lt;/th&gt;&#xA;          &lt;th&gt;Type&lt;/th&gt;&#xA;          &lt;th&gt;Required&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;          &lt;th&gt;Example&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;objectType&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Any core or custom object in the data model&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;Jobs&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;fields&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;object&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;An object containing field names and values to set on the new record&lt;/td&gt;&#xA;          &lt;td&gt;&lt;em&gt;(see below)&lt;/em&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;&#xA;&#x9;Response&#xA;&#x9;&lt;a id=&#34;popover-response-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;response&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-response-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-response-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;This action&amp;rsquo;s output is available as &lt;code&gt;$createRecord&lt;/code&gt; in JSONata expressions. See &lt;a href=&#34;../../../guide/response-format/&#34;&gt;Response format&lt;/a&gt; for the standard &lt;code&gt;result.data&lt;/code&gt; / &lt;code&gt;result.errors&lt;/code&gt; structure and error handling patterns.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Update Records</title>
      <link>/action-reference/standard-actions/data/update-records/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/action-reference/standard-actions/data/update-records/</guid>
      <description>&lt;!-- actions-output --&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;&#xA;&#x9;Overview&#xA;&#x9;&lt;a id=&#34;popover-overview-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;overview&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;Updates fields of data records&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Data&lt;/p&gt;&#xA;&lt;p&gt;Use this action to update one or more data records of a given object type.&#xA;Provide the type and IDs of records to be updated and the field values to set.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Delete Records</title>
      <link>/action-reference/standard-actions/data/delete-records/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/action-reference/standard-actions/data/delete-records/</guid>
      <description>&lt;!-- actions-output --&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;&#xA;&#x9;Overview&#xA;&#x9;&lt;a id=&#34;popover-overview-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;overview&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;Deletes data records&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Data&lt;/p&gt;&#xA;&lt;p&gt;Use this action to delete one or more data records of a given object type.&#xA;Provide the type and IDs of records to be deleted.&lt;/p&gt;&#xA;&lt;h2 id=&#34;request&#34;&gt;&#xA;&#x9;Request&#xA;&#x9;&lt;a id=&#34;popover-request-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;request&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-request-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-request-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Parameter&lt;/th&gt;&#xA;          &lt;th&gt;Type&lt;/th&gt;&#xA;          &lt;th&gt;Required&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;          &lt;th&gt;Example&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;objectType&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;string&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Any core or custom object in the data model&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;Jobs&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;ids&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;array of string&lt;/td&gt;&#xA;          &lt;td&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td&gt;An array of IDs of the records to delete. The IDs must be for records of the selected type.&lt;br&gt;Min items: 1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;[&amp;quot;0014ccb7-73ad-40e1-9282-2c492a0f313a&amp;quot;,&amp;quot;00148d32-10ef-4264-adfe-0ff3ece68d92&amp;quot;]&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;response&#34;&gt;&#xA;&#x9;Response&#xA;&#x9;&lt;a id=&#34;popover-response-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;response&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-response-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-response-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;This action&amp;rsquo;s output is available as &lt;code&gt;$deleteRecords&lt;/code&gt; in JSONata expressions. See &lt;a href=&#34;../../../guide/response-format/&#34;&gt;Response format&lt;/a&gt; for the standard &lt;code&gt;result.data&lt;/code&gt; / &lt;code&gt;result.errors&lt;/code&gt; structure and error handling patterns.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get Record</title>
      <link>/action-reference/standard-actions/data/get-record/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/action-reference/standard-actions/data/get-record/</guid>
      <description>&lt;!-- actions-output --&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;&#xA;&#x9;Overview&#xA;&#x9;&lt;a id=&#34;popover-overview-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;overview&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;Retrieves a single record by ID&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Data&lt;/p&gt;&#xA;&lt;p&gt;Use this action to retrieve a single data record by its ID.&#xA;Provide the object type, the record ID, and the fields to retrieve.&#xA;Fields can include dotted paths to follow lookup relationships (for example, Account.Name).&lt;/p&gt;</description>
    </item>
    <item>
      <title>GraphQL Query</title>
      <link>/action-reference/standard-actions/data/graphql-query/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/action-reference/standard-actions/data/graphql-query/</guid>
      <description>&lt;!-- actions-output --&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;&#xA;&#x9;Overview&#xA;&#x9;&lt;a id=&#34;popover-overview-before&#34; class=&#34;btn hlink&#34; data-trigger=&#34;click hover&#34;  data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-animation=&#34;true&#34; data-content=&#34;Copy link&#34; onclick=&#34;copyAnchorToClipboard(&#39;overview&#39;)&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-after&#34; class=&#34;btn hlink hidden&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;Link copied&#34;&gt;&lt;i class=&#34;fa-solid fa-link&#34;&gt;&lt;/i&gt;&lt;/a&gt;&#xA;&#x9;&lt;a id=&#34;popover-overview-never&#34; class=&#34;btn hlink invisible&#34; data-trigger=&#34;manual&#34; data-toggle=&#34;popover&#34; data-placement=&#34;right&#34; data-content=&#34;This should never be seen&#34;&gt;&amp;nbsp;&lt;/a&gt;&#xA;&#xA;&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;Executes an arbitrary GraphQL query against the Skedulo API&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Data&lt;/p&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;&#xA;&lt;h4 class=&#34;alert-heading&#34;&gt;Advanced&lt;/h4&gt;&#xA;&#xA;    This is an advanced action that requires knowledge of GraphQL. GraphQL mutations are not supported: use the &lt;strong&gt;Create Record&lt;/strong&gt;, &lt;strong&gt;Update Records&lt;/strong&gt;, or &lt;strong&gt;Delete Records&lt;/strong&gt; actions for data writes.&#xA;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;Use this action to execute a GraphQL query against the Skedulo API.&#xA;Variables can be passed as a JSON object. The query must be a valid GraphQL query string.&#xA;GraphQL mutations are not supported by this action.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
