Hi,
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.
Solved! Go to Solution.
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
Thanks
Jayakumar M
Use the workaround suggested by @jaya437
As far as i know, setting multi valued property with multiple value at once was not supported via public api "alfresco/api/-default-/public/alfresco/versions/1/nodes/".
You can try sending values ", " or ";" separated or [value1,value2] and see if it works (be cautious about the special chars such as {, } in the value), else Contact support and open an enhancement ticket based on their response.
Thank you for replying.
I have tried all sugested options, but none works.
Values are recorded as follows individually where as the expectation is ["Pol001","pol002"]:
["{Pol001,pol002}"]
["'Pol001','pol002'"]
["['Pol001','pol002']"]
["Pol001;pol002"]
["Pol001,Pol002"]
["{Pol001,Pol002}"]
Any more suggestions please.
Like mentioned earlier, multile values were not supported earlier And looks like it is still not supported. Contact support and open an enhancement ticket based on their response.
Thank you, a case has been raised with Alfresco for the same. I will update once we hear back for the case.
Hi @jaya437,
Have you received any update on the case raised with Alfresco? I'm also looking for solution for the same.
Thank You
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
Thanks
Jayakumar M
@jaya437 seems like alfresco support is suggesting this workaround.
Any update on this? I'm having the same issue creating document with muti-valued property.
Use the workaround suggested by @jaya437
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.