Get Flow Name as variable?

(John Way) #1

Hi, is there any way to get the name of the Flow being executed as part of a variable? I’m trying to log activities for specific users via HTTP Request, and it’d be nice if I can access the name of the Flow in a variable, ex: {{flow_name}} or something. That way, I don’t have to type in the Flow name manually.

(Daniel Beckett) #2

Hi @John_Way

Unfortunately the name of a flow isn’t currently available as an output / variable.

It still requires some manual work but perhaps as an alternative solution you could set an Attribute at the start fo each flow for ‘Flow_Name = #Name#’. You can then call that attribute to get the name of the flow.