Display Image/ Text during a Workflow API

Hey everybody…

So I have a Workflow API that takes around 3-5 minutes to get completed. One thing that this Workflow does is delete all entries of one of my Tables. That Workflow runs every 3 hours.

I would like to display a Text to my users with something like “Updating in progress” when the Workflow starts. When it finishes the message would disappear.

I notice that the Workflow API options doesn’t have the Show/ Hide and Elements.

Any ideas?

Create a new data type with a yes / no field. Create a thing of this data type. When your API Workflow starts, set the flag to “yes”, when it ends to “no”. Based on this flag, show your elements on the frontend.

1 Like