Delete user warning?

I created a workflow that allows Customer Admins the ability to add and remove users.
It’s all working well, but I’d like to create a warning message that appears after they click the Remove User button to make sure they meant to click the button - otherwise the system deletes the user immediately.

I want a fail safe in case someone clicks the button by accident. Is there a way to configure a “are you sure?” warning? I tried a bunch of things in both the workflow and the action areas, but couldn’t find one.

Thanks!

Hey there, if you actually configure your user system to delete a user when it’s being deleted from the database, then you could be listing for your admins in your app the users and adding a delete record action, which would actually be deleting that user. That would be an easy way to have that feature within your app.

Now, if you want to do that through workflow, we don’t have yet a native way of having a confirmation modal for the run workflow action buttons. We actually are investigating to see if that’s something we ask for the call API button.

Would the first solution mentioned here work for you?

I see, thank you. Yes, I can swap it out for the default delete record action. I didn’t realize there were more options for sync settings - I’m all set, thanks for the info!

Yep, you’re good to go with that then.

That being said, we have now planned to enable, with a toggle, to offer a confirmation modal for the run custom workflow and call API actions. We will be working on releasing that.