Hi, I’m attempting to update a custom object using a Web Request.
The Custom Object is a list of group names retrieved from our on prem AD using the orchestrator. (This piece works fine).
How can I add the array of group names to the Web Request?
Currently I have this in the body:
What is the data type in that custom object? From what I can tell, there does not appear to have one-to-many relationships. Dropdowns and lookups allow a single object to be selected. There would be one row created for each project. Are you seeing the capability in the GUI to be able to make a multi-select\multi object selection? If you are attempting to store multiple items in a row property, it would likely be a delimited string that would need to be parsed to an array with a split function.