Facing an issue while trying to call a integration object in portal.
Agenda: Trying to insert new row in DB.
I created a webApi which contains a startprocess and calling the webapi into an integration. Type of connection used is OAuth 2.0 client credentials. When tried to trigger the same from interface it is working fine but problem arises when calling via Portal.
Discussion posts and replies are publicly visible
Any reason to not start that process directly using a!startProcess()?
Tried, even that is throwing me the same error so moved to this approach.
Hi rajvardhand1234 ,I've seen somewhere that if you use api key authentication, this will fix the issue. moreover check the unsupported functions in appian documentation.Check the environment Version. It's just my thought, please let me know.Thanks
If a!startProcess does not work, and you can replicate this in a simple example, I suggest to open a support case with Appian.
chiming in to echo Stefan - a!startProcess() should work directly in your portal, and if it doesn't, something more important is probably wrong.