FlowDesigner javascript:gs.getUserID() in IF logic not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 11:16 PM
Hi All,
Flow Designer javascript:gs.getUserID() in IF logic not working
Please refer the attachment.
Can please help me on that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 11:35 PM
"Hi Harish,
How to create new action, Can you please help me on that.
Thank you"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 11:41 PM
Hi Siva, you can watch the below video on the steps
https://www.youtube.com/watch?v=HQZCUQQd0ro
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 11:46 PM
Thank you so much Harish.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 11:38 PM
Hi,
It is not good practice to use current loggedIn user in FLOW.
Flow is for automation and if the ticket is processes in background on behalf of System user then gs.getUserID() will return system user id.
I would suggest to use one of Variable/Field available on form to set assigned to.
It would be helpful if you can provide the condition in which case it should be loggedIn user, is there any filed/variable storing that information?
Thanks
Anil Lande