Hi getting error using the integration in portals . Called integration object in the interface and used that interface as page in portal
Discussion posts and replies are publicly visible
If integration doesn't work (which is likely when you try to use it directly in the portal), you can create a process model to call the integration and use "a!startProcess" in your interface. Alternatively, you can create a WebAPI using that process, create an integration, and use it in your interface.