Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hi All,
I am trying to delete a data using integration by using process model, it is working when directly tested in integration object but not working when tried using the process model. So wanted to check both the requests to find out the reason for the issue. Any suggestions wil be really helpful for getting the request .
Thanks in Advance
Pradeep.B
Discussion posts and replies are publicly visible
Hi Pradeep,
Just want to get clear with your problem. These are my assumptions.
1. You are using an API that starts a process model to delete the data using delete from datastore entities smart service. 2. It is working fine when you are using that API in Appian's integration object and not working when you are calling it from any other source eg. Postman.
Am I correct on understanding the problem?
yes, It is working fine when directly testing in Appian's integration object and not working when i am calling the integration using process model. Is there any way to get the request similar to the response when calling the integration through process model.