Skip to main content

 

 

I have workflow which Add/Remove Users from Active Directory Group.

AD Groups are returned by WCF Service methods  . I have created SMART Objects based on WCF service Endpoints

 

I have one web service method which is returning JSON data as below (snapshot from Tester utility)

 

 

Returned Strings

 

{

    "$type": "Test a",

    "$values":  

        {

            "$type": "test b",

            "DisplayName": "test c",

            "InternalName": "testa"

        },

        {

            "$type": "BTest",

            "DisplayName": "qaTest",

            "InternalName": "qa TestB"

        }

    ]

}

 

Here I want to Use highlighted text (qa TestB) as Ad Group name in one of activity in K2 Studio


14876i9F7DE6B42A50ED6F.jpg
Be the first to reply!

Reply