I have an unusual error returning for an "AddRecipientToEnvelope" function call in my PowerApp I've created. The function is very simple and I believe I have the correct values entered:
DocuSignDemo.AddRecipientToEnvelope(<accountid>, "<envelopeid>", "<test>", "<testemail>")
The returning error is "unable to parse response JObject". I've tried searching on the error and I can't find any documentation on it. Other functions work just fine.
Hi @phildrake198 ,
Could you please share a bit more about your issue?
Based on the issue that you mentioned, I have made a test on my side, and don't have the issue that you mentioned. The screenshot as below:
According to the formula you provided, I think there may have something wrong with it. The first argument of the DocuSignDemo.AddRecipientToEnvelope() function is required to provide a Account Id, which is Text string value. But within your formula, you provide a number value.
Please check if you have provided a proper Account Id string value within your DocuSignDemo.AddRecipientToEnvelope() function. You could go to your DocuSign Admin Center, then go to "API and Keys" tab, then you could find your Account Id string value there:
On your side, please consider modify your formula as below:
DocuSignDemo.AddRecipientToEnvelope("Account Id String", "938c4c1a-6f96-44e5-8e8a-f171cb511816", "James Drake", "phildrake3@gmail.com")
Best regards,
@v-xida-msft Thanks, I tried that suggestion but unfortunately I continue to receive that same error. It's important to note that I actually don't receive the error until AFTER I've Previewed the app. Here are some screenshots for review. When you preview your app, does it show the same error?
@v-xida-msft Thanks, I tried that suggestion but unfortunately I continue to receive that same error. It's important to note that I actually don't receive the error until AFTER I've Previewed the app. Here are some screenshots for review. When you preview your app, does it show the same error?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
193 | |
45 | |
45 | |
43 | |
35 |
User | Count |
---|---|
270 | |
82 | |
81 | |
73 | |
69 |