service catalog item "Add/Modify/Remove Record in cmn_location "table after Group Approval Using Flowdesigner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 10:10 PM
Can any please help me out as I am unable to create
When we submit request for my service catalog item
After Group Approval we need to "Add/Modify/Remove Record in cmn_location table " Using Flowdesigner
- Labels:
-
Service Creator

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 10:25 PM
Hi You can use Update/Create/Delete Record Actions on flow designed to achieve this based on variable selection.
After Approval action with help of get Catalog variable action check with IF logic what you want to do then place if else based on conditions.
For example,
If Condition it to delete
Use Delete Action record
else condition to Update
use Update Action record
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 11:11 PM
Hi Harish
Thank you so much for quick reply
Could you please provide me steps with screenshot if possible ASAP???

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 11:13 PM
Can you help me with variable type? How user selects location ? Is that variable referencing to cmn location table?
Harish