Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 08:01 AM
Hello Team,
We have one request where in service catalog if the software is auto advertised, request for email is not empty and Azure Ad group name is not empty then we have to requested for into the that particular azure ad group related to software.
In initial phase we are creating task manually to the particular group, then we were adding manually. Now its automated we have created Power shell script action and adding those group using this action.
Now my goal is in flow designer when software is auto advertised then we will trigger this BOT and add that user into particular group.
Help me to correct this flow on certain conditions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 08:10 AM
@Community Alums
so what condition you added in IF and is that not working?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 02:26 AM
Greetings @Community Alums
If I understood your requirement - you need to make the change to the existing "else if" condition and before that you need to get the values for the new conditions ( request for email is not empty and Azure Ad group name is not empty ); add them to the else if condition and remove the manual task creation - as the powershell script does.
Caio,
Subbu