I am trying to write a workflow for adobe sign with two signers. goal is to check the status of 1st signer and then 2nd signer, currently only after both the signers have signed adobe sign will provide the status but unable to determine what the current status is.
As we need to check the status of first signer, one of the condition we can check is if the first signer has signed the values highlighted in below code becomes available or they won't be available if the first signer has not yet signed.
When I am trying to use parse json it returns error as the value is not available, I am trying to use a do until condition to continue checking until the value becomes available and is not null.
error message: Action 'Select' failed: The execution of template action 'Select' failed: The evaluation of 'query' action 'where' expression '{ "id": "@item().id", "Name": "@item().name" }' failed: 'The template language expression 'item().name' cannot be evaluated because property 'name' doesn't exist, available properties are 'email, deliverableEmail, id, securityOption'. Please see https://aka.ms/logicexpressions for usage details.'.
{
"type": "object",
"properties": {
"type": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"id": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
},
"participantSetsInfo": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"id": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
},
"memberInfos": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"deliverableEmail": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
},
"name": {
"type": "object",
"properties": {
"type": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
"formDataLastAutoSavedTime": {
"type": "object",
"properties": {
"type": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"securityOption": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"authenticationMethod": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
},
"identityCheckInfo": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {}
}
}
}
}
}
}
}
}
},
"required": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}