Need to get user logged in the Flow designer "run as system user"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2023 05:54 AM - edited ‎01-04-2023 05:59 AM
I have a flow that is running as system user, but I need to know who trigged the flow and the commands bellows doesn't return the user logged:
- gs.getUserID();
- fd_data.trigger.current.sys_updated_by;
Any tips?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2023 05:15 AM
HI Olan,
This way will works, however I need run the flow as a System User and I need get the User logged.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2024 09:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2023 03:55 PM
Hi @Fabiano F Maced!
Did you figure out something helpful for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2025 03:43 AM
t was the output for these 2 statements
gs.getUserID();
- fd_data.trigger.current.sys_updated_by;