<?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: Create a document with multi-valued property using REST API - postman in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115526#M32048</link>
    <description>&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;I have tried all sugested options, but none works.&lt;/P&gt;&lt;P&gt;Values are recorded as follows individually where as the expectation is ["Pol001","pol002"]:&lt;/P&gt;&lt;P&gt;["{Pol001,pol002}"]&lt;/P&gt;&lt;P&gt;["'Pol001','pol002'"]&lt;/P&gt;&lt;P&gt;["['Pol001','pol002']"]&lt;/P&gt;&lt;P&gt;["Pol001;pol002"]&lt;/P&gt;&lt;P&gt;["Pol001,Pol002"]&lt;/P&gt;&lt;P&gt;["{Pol001,Pol002}"]&lt;/P&gt;&lt;P&gt;Any more suggestions please.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jul 2020 21:19:23 GMT</pubDate>
    <dc:creator>jaya437</dc:creator>
    <dc:date>2020-07-14T21:19:23Z</dc:date>
    <item>
      <title>Create a document with multi-valued property using REST API - postman</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115524#M32046</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is the delimiter or format to use for multi-valued attribute on form-data while creating a document using REST API from postman. Following pic could depict the question. Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/744iC6E231F10A96BA7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 19:00:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115524#M32046</guid>
      <dc:creator>jaya437</dc:creator>
      <dc:date>2020-07-12T19:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create a document with multi-valued property using REST API - postman</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115525#M32047</link>
      <description>&lt;P&gt;As far as i know, setting multi valued property with multiple value at once was not supported via public api "&lt;SPAN&gt;alfresco/api/-default-/public/alfresco/versions/1/nodes/".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can try sending values ", " or ";" separated or &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;[value1,value2]&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and see if it works (be cautious about the special chars such as {, } in the value), else&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Contact support and open an enhancement ticket based on their response.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 16:17:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115525#M32047</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-07-13T16:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create a document with multi-valued property using REST API - postman</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115526#M32048</link>
      <description>&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;I have tried all sugested options, but none works.&lt;/P&gt;&lt;P&gt;Values are recorded as follows individually where as the expectation is ["Pol001","pol002"]:&lt;/P&gt;&lt;P&gt;["{Pol001,pol002}"]&lt;/P&gt;&lt;P&gt;["'Pol001','pol002'"]&lt;/P&gt;&lt;P&gt;["['Pol001','pol002']"]&lt;/P&gt;&lt;P&gt;["Pol001;pol002"]&lt;/P&gt;&lt;P&gt;["Pol001,Pol002"]&lt;/P&gt;&lt;P&gt;["{Pol001,Pol002}"]&lt;/P&gt;&lt;P&gt;Any more suggestions please.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 21:19:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115526#M32048</guid>
      <dc:creator>jaya437</dc:creator>
      <dc:date>2020-07-14T21:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create a document with multi-valued property using REST API - postman</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115527#M32049</link>
      <description>&lt;P&gt;Like mentioned earlier, multile values were not supported earlier And looks like it is still not supported.&amp;nbsp;&lt;SPAN&gt;Contact support and open an enhancement ticket based on their response.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 21:53:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115527#M32049</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-07-14T21:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create a document with multi-valued property using REST API - postman</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115528#M32050</link>
      <description>&lt;P&gt;Thank you, a case has been raised with Alfresco for the same. I will update once we hear back for the case.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 23:00:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115528#M32050</guid>
      <dc:creator>jaya437</dc:creator>
      <dc:date>2020-07-14T23:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create a document with multi-valued property using REST API - postman</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115529#M32051</link>
      <description>&lt;P&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80129"&gt;@jaya437&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Have you received any update on the case raised with Alfresco? I'm also looking for solution for the same.&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 05:24:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115529#M32051</guid>
      <dc:creator>yash_patel_c2</dc:creator>
      <dc:date>2020-08-11T05:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create a document with multi-valued property using REST API - postman</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115530#M32052</link>
      <description>&lt;P&gt;Following is the solution for uploading multivalued attribute along with content using form data, repeat property name in form data which will be read as Aarray by REST API&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ca1d4551-4f48-46c1-9cc5-3f211953e28f.jpg" style="width: 602px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/745i14D08936917FB325/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jayakumar M&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 20:22:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115530#M32052</guid>
      <dc:creator>jaya437</dc:creator>
      <dc:date>2020-08-11T20:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create a document with multi-valued property using REST API - postman</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115531#M32053</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80129"&gt;@jaya437&lt;/A&gt;&amp;nbsp;seems like alfresco support is suggesting this workaround.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 12:59:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115531#M32053</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-08-12T12:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create a document with multi-valued property using REST API - postman</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115532#M32054</link>
      <description>&lt;P&gt;Any update on this? I'm having the same issue creating document with muti-valued property.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 00:41:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115532#M32054</guid>
      <dc:creator>sakbar</dc:creator>
      <dc:date>2020-10-24T00:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create a document with multi-valued property using REST API - postman</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115533#M32055</link>
      <description>&lt;P&gt;Use the workaround suggested by&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80129"&gt;@jaya437&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 00:48:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-a-document-with-multi-valued-property-using-rest-api/m-p/115533#M32055</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-10-24T00:48:53Z</dc:date>
    </item>
  </channel>
</rss>

