- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 06:45 AM
Hi!
I developed a workflow with automatic approval for registration requests for people with an email domain compatible with their account's domains.
It works well, but the role attribution messages ("Added role {0} for {1}") show on the CSM portal and it doesn't look professional.
Is there any way to hide them ?
Thanks!
Solved! Go to Solution.
- Labels:
-
Customer Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 07:21 AM
So a super easy way to make your workflow async is to add a timer step before your split. 1-2 seconds is enough.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 04:51 AM
Is this a flow in flow designer or a workflow?
This occurs because your flow is running in the foreground. If you run it in the background it runs off of the current user session and those messages are suppressed.
If you share a screenshot of your current logic, we might be able to easily tweak it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 07:15 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 07:21 AM
So a super easy way to make your workflow async is to add a timer step before your split. 1-2 seconds is enough.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 07:51 AM
Hi!
It works!! I would never have fond it by myself.
You are my "Hero of the Day".
Thank you very much.