I’m creating an API so an external service can create some core objects in my app. Ideally I’d like to use these same API workflows internally as well so there is just one workflow to manage and test no matter if it’s an external service, or my own app completing the function.
I’ve run into a roadblock though because when using the API in a workflow, I can’t access the results of the actions in the workflow.
Am I doing something wrong? Or is the only way to access that to use the API connector and access my app’s APIs like I would an external API?