How can I get the sys id of flow context that is created in the later steps of the same flow context?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 05:20 AM
Is there a way to fetch the sys id of the current flow in later steps in flow designer?
something like current.sys_id
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 05:59 AM
can i ask why do you need this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 10:32 AM
so I need to delete an existing flow on the same record and run the new one

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 08:57 PM
am not sure what you mean , can you share what is your business requirement ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2022 03:25 AM
I have been able to achieve my business requirement with few tweaks but I do not think we have any variables to access the sys_id or other properties of the current running flow in the later steps.