- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 11:04 PM - edited 07-26-2023 01:06 AM
I have created an Action, where I am trying to fetch the Incident's assignment group members email ID,
incident number is the input and in script section i am fetching the value from sys_user_grmember table. in the end of script part, I have added a log to print- "output.user_emailID", and can see email ID values are populating. however when i see the execution of Action, its shows blank.
My question is, in the above screenshot, are all email IDs from group should show in front of User Ids field ?? as Further I am using this action into a for each loop in a flow, it's not working.
Thanks in advance for help,
Kumar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 12:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 12:56 AM
Try this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 03:18 AM
looks like i had some variable issue, now it worked

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 01:17 AM
@skumar_srbh Did you map the output of your script in the Action to the output of the action? If no then the output variable would appear as empty.