Task need to be generated if no approver details present in the table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 02:39 AM
Hi Community,
I have a requirement, there is table (approver table) and in that table 2 fields environment name and approver....in workflow if there is no approver/missing/approver is inactive for any of the record in the table then task need to be generated to x team....how can we achieve this
Can you let me know how to check if approver is present in the table or not
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 09:56 AM
Hi @suuriya ,
Run that script in the background script adding sample records in query and check which lines are printing:
//additem_access_approvers.getrowcount statement to print how many records getting from query
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 02:25 AM - edited 02-28-2024 02:25 AM
HI @Sumanth16
Thanks for your reply i tried it, in table for one of the record approver is empty but still it is following no path and not the yes path