From appian i Need to send the below data using integration{ "Guid": "String","TypeId": 1 "Comment": "string", "addColleague": { "email": "string", "Name": "string", "Flag": true, "deletedFlag": true, "ID": 2, "idFromsender": "string", "addDeleteUpdate": 1 }
}How to send the data in the above format from integration .Can I use CDT's I have one CDT were GUid,comment, email,name and idfromsender are present
Can someone please guide
Discussion posts and replies are publicly visible
You can directly copy this into the body. Make sure to select JSON as the data type.
the values for guid,comments,email ... needs to be taken from db
Then add rule inputs for each of the fields and create that dictionary using these.
I am not sure what you are trying to implement. If you provide a bit more detail, we can support you much better.
BTW, I recorded a podcast episode about how to get great support here.
appian.rocks/.../
I need to send some data from appian to externalsystem . Currently I have guid,comments,email in one CDT for one integration. Along with this existing data i need to pass few more additional fields like above From an external system ,will get an request to Appian ,In appian I need to approve that request . After approving it should sendout some data via integration
So, I assume that you have some data structure in a process variable.
My suggestion is, to first hard code the data in the integration and check if it works. Then add one rule input to pass in the whole data structure, or multiple rule inputs to pass individual fields. Then change the dictionary in the body to use the rule inputs. Once this works, call the integration in from the process.
The requested URL cannot be found
The external system did not find the requested URL or is refusing to allow access HTTP/1.1 404 Resource Not Found Next Steps
We cannot help you without seeing what you are doing. The error message is pretty expressive though.