You are viewing limited content. For full access, please sign in.

Question

Question

How to Pass A MultiValue to Workflow in JSON?

asked on October 25, 2018 Show version history

Hi guys,

A simple one I'm sure.

I'm trying to pass a multivalue to Worfklow, The input parameter has been marked as a multivalue string. The value I'm getting is "system.object"

{
    "Initiator":{
        "InitiatorDisplayName":"Financial Integration Engine",
        "InitiatorName":"Financial Integration Engine"
    },
    "ParameterCollection":[
        {"Name":"entryID","Value":"111"},
       {"Name":"someIDChange","Value":true},
        {"Name":"someID","Value":["string":"ZAAA123345","string":"ZAAA1111"]}
],
    "WorkflowName":"Financial - Update Doc Metadata"
}

 

 

0 0

Answer

SELECTED ANSWER
replied on October 29, 2018

I got it working.

I changed

["string":"ZAAA123345","string":"ZAAA1111"]

with

["ZAAA123345","ZAAA1111"]

Nice and easy.

 

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.