Hi fellow Homey-ers,
I am curious if it is possible to read out information about the flow such as a name or an id from the new inline Homey Script?
Thanks!
Hi fellow Homey-ers,
I am curious if it is possible to read out information about the flow such as a name or an id from the new inline Homey Script?
Thanks!
await Homey.flow.getAdvancedFlows();
Returns all Advanced Flows and names but you never know what Flow it was that triggered it. (aka CurrentFlowName )
There must be someting left to find out him/herself, Geurt . Like filter to flowname.
Afaik that is not possible.