Question
Power automate action to get field values not getting all fields
Hi All,
I'm evaluating Adobe sign for a future project and have created a template agreement that I want to send out and once completed there are 4 checkboxes that I want to get the value of however this is not coming back through a flow in microsoft power automate using the "Get form field data of agreement in JSON format" action.
The output of the action is
{
"formDataList": {
"completed": "2024-09-12 08:17:46",
"email": "ian@some-emaildomain.co.uk",
"role": "SIGNER",
"first": "",
"last": "",
"title": "",
"company": ""
}
}
But when I export the field data from the website I get
| completed | 12/09/2024 08:29 |
| ian@some-emaildomain.co.uk | |
| role | SIGNER |
| first | Ian |
| last | Cameron |
| title | |
| company | |
| agreementId | CBJ**********-******* |
| hcp name | Ian Cameron |
| Checkbox 1 answer | |
| Checkbox 2 answer | yes |
| Checkbox 3 answer | |
| Checkbox 4 answer | yes |
Am I missing something?
Thanks in advance for your help
