Hi
I’m trying to trigger a flow from homeyscript with this script:
################################################
// my script
//console.log(lFlows);
Homey.flow.triggerFlow({id: ‘731c8b42-a7db-4fa9-be07-9ca457ed2059’});
return(true)
#####################################################
I do not get any error messages, but nothing happens.
If I run the same line in Homey developer the flow is triggered and everything works fine.
Any ideas?