I have a record action, once I perform the record action, it'll trigger a process, there is an api call in this process, I want to display the api response right after the action completed.
Currently I'll need to refresh after the action complete, I tried to chain the process but not working. I'm not sure if it is because the it takes too long for api to respond
Discussion posts and replies are publicly visible
There are certain limits on chaining.
https://docs.appian.com/suite/help/24.2/Process_Model_Recipes.html#breaking-a-chain
I suggest to measure the typical API response times.