How to... Show the waiting wheel or indicator that action is in progress?

I’m using API integration in my actions and would like to show some progress indicator / Waiting wheel or something else that indicates something is going on. Given the API response is not immediate it leaves the user in wonder what is going on. Do you have any suggestions on how I can do this?

In custom actions there are several “wait” steps you can use… one is a simple wait for x seconds while the other is wait for condition. Both of these allow a message to be displayed along with a spinning icon - presented as a small floating notification.

The wait for condition can be used to monitor a column that can be updated when the API response is received.

1 Like

You can use rich text component and place a gif with a loading bar or spiner… then cover it with an app logo or empty image, or set visibility to 0, when action is complited.

Welcome back @Uzo !

1 Like

let’s see for how long… LOL

Interesting. Will try this too

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.