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
Hi fxzrqjzztrmy, how long is the API taking to give the response?
if its taking too long, go through this recipe Refresh Until Asynchronous Action Completes - Appian 24.2. This might help