<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Blue Prism API 7.0 - WorkQueueItems Batch POST Errors in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-API-7-0-WorkQueueItems-Batch-POST-Errors/m-p/98626#M46338</link>
    <description>&lt;P&gt;Hi Brandon,&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;I understand from the title of your post you're running v7.0.x of Blue Prism. There is a known issue in earlier 7.0.x and 7.1.0/7.1.1 versions of Blue Prism where a "Create work queue items" endpoint returns an error if 'data' contains a field with several rows in a nested collection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;This known issue along with a few others related to the BP API have been addressed in v7.1.2+ of Blue Prism -- you can review the Release Notes for v7.1.2 with fixes for the API noted here:&amp;nbsp;&lt;A href="https://bpdocs.blueprism.com/bp-7-1/en-us/release-notes/rn-7-1-2.htm#Additionalcomponents" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/bp-7-1/en-us/release-notes/rn-7-1-2.htm#Additionalcomponents&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Are you able to spin up an environment with v7.1.2 and test to see if this issue still occurs with these fixes in place?&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2023 19:27:58 GMT</pubDate>
    <dc:creator>steven.boggs</dc:creator>
    <dc:date>2023-10-12T19:27:58Z</dc:date>
    <item>
      <title>Blue Prism API 7.0 - WorkQueueItems Batch POST Errors</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-API-7-0-WorkQueueItems-Batch-POST-Errors/m-p/98625#M46337</link>
      <description>&lt;P&gt;Has anyone gotten the Blue Prism API 7.0 WorkQueueItems Batch POST to work? Using the Swagger file and documentation I found from Blue Prism, the format for the request body should match the below:&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;[
  {
    "data": {
      "rows": [
        {}
      ]
    },
    "deferredDate": "2023-10-12T15:38:06.014Z",
    "priority": 0,
    "tags": [
      "string"
    ],
    "status": "string",
    "sla": 0,
    "processName": "string",
    "isSuggested": true
  }
]&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Using the above as a template I tried the below, but neither are working.&lt;BR /&gt;OPTION 1:&amp;nbsp;&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;[
  {
    "data": {
      "rows": [
        {"Field1": "Value1",
	"Field2": "Value2"}
      ]
    },
    "deferredDate": "2023-10-12T15:38:06.014Z",
    "priority": 0,
    "tags": [
      "string"
    ],
    "status": "string",
    "sla": 0,
    "processName": "string",
    "isSuggested": true
  }
]&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;OPTION 2:&amp;nbsp;&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;[
  {
    "data": {
      "rows": [
        [{"Field1":{"value":"Value1","valueType":"Text"},
	{"Field2":{"value":"Value2","valueType":"Text"}]
      ]
    },
    "deferredDate": "2023-10-12T15:38:06.014Z",
    "priority": 0,
    "tags": [
      "string"
    ],
    "status": "string",
    "sla": 0,
    "processName": "string",
    "isSuggested": true
  }
]&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When trying the above I get a number of different errors related to the "RequestModel" including the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;invalidField&lt;/SPAN&gt;&lt;SPAN&gt;": &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"requestModel[0].data.rows[0]"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="hljs-string"&gt;&lt;SPAN class="hljs-attr"&gt;"invalidField&lt;/SPAN&gt;&lt;SPAN&gt;": &lt;/SPAN&gt;"requestModel[0].data.rows"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="hljs-string"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;invalidField&lt;/SPAN&gt;&lt;SPAN&gt;": &lt;/SPAN&gt;"requestModel[0]"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="hljs-string"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;invalidField&lt;/SPAN&gt;&lt;SPAN&gt;": &lt;/SPAN&gt;"requestModel[0].data.rows[0].Field1"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Any help with this would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 17:19:25 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-API-7-0-WorkQueueItems-Batch-POST-Errors/m-p/98625#M46337</guid>
      <dc:creator>Brandon.Pereira</dc:creator>
      <dc:date>2023-10-12T17:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Blue Prism API 7.0 - WorkQueueItems Batch POST Errors</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-API-7-0-WorkQueueItems-Batch-POST-Errors/m-p/98626#M46338</link>
      <description>&lt;P&gt;Hi Brandon,&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;I understand from the title of your post you're running v7.0.x of Blue Prism. There is a known issue in earlier 7.0.x and 7.1.0/7.1.1 versions of Blue Prism where a "Create work queue items" endpoint returns an error if 'data' contains a field with several rows in a nested collection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;This known issue along with a few others related to the BP API have been addressed in v7.1.2+ of Blue Prism -- you can review the Release Notes for v7.1.2 with fixes for the API noted here:&amp;nbsp;&lt;A href="https://bpdocs.blueprism.com/bp-7-1/en-us/release-notes/rn-7-1-2.htm#Additionalcomponents" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/bp-7-1/en-us/release-notes/rn-7-1-2.htm#Additionalcomponents&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Are you able to spin up an environment with v7.1.2 and test to see if this issue still occurs with these fixes in place?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 19:27:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-API-7-0-WorkQueueItems-Batch-POST-Errors/m-p/98626#M46338</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2023-10-12T19:27:58Z</dc:date>
    </item>
  </channel>
</rss>

