Skip to main content
Question

Dynamics Table - unable to pass dynamic table Json data via power automate

  • 23 July 2024
  • 1 reply
  • 138 views

Hi, 

I am using the “Update document generation form fields from enevlop (Preview)” Demo Connector for Docusign

 

While forming the input fields for “Sender Fields” and “Dynamics Table”. I am passing the value to the above action in below format - 

 

The Sender Fields are mapping correctly in the document but the dynamic table sis giving below error:

 

   "docGenErrors": 

        {

          "tagIdentifier": "{{t:\"TableRow\", e:\"xxxx_xxxxList\"}}",

          "errorCode": "InvalidJsonataEvaluation",

          "message": "Invalid JSONata evaluation. -- Array expected but received String type from this expression: \"xxxx_xxxxList\""

        }

1 reply

Hi, 

I am using the “Update document generation form fields from enevlop (Preview)” Demo Connector for Docusign

 

While forming the input fields for “Sender Fields” and “Dynamics Table”. I am passing the value to the above action in below format - 

 

The Sender Fields are mapping correctly in the document but the dynamic table sis giving below error:

 

   "docGenErrors": [

        {

          "tagIdentifier": "{{t:\"TableRow\", e:\"xxxx_xxxxList\"}}",

          "errorCode": "InvalidJsonataEvaluation",

          "message": "Invalid JSONata evaluation. -- Array expected but received String type from this expression: \"xxxx_xxxxList\""

        }

Reply