Hello All,
I’m trying to use the invoke Adobe Sign Operation which leverages the Adobe Sign API to login.
This command requires a json object with the following keys (which also have its own key value pairs): UserViewInfo and CommonViewConfiguration
I tried deserializing the json string:
“{‘name’: ‘MANAGE’, ‘commonViewConfiguration’: {‘autoLoginUser’: true}}”
I was successful in deserializing but I can’t assign this Jobject value to the parameters in the activity:
I have no idea how to initialize this UserViewInfo since you normally would specify it as a json object…
Please help!