Just setup this Flow to Notify me of doors being opened and closed through new android app.
Notifications work find but the function node i am using to format the message only seems to send Front Door. This is what I am using in the function node.
This is the issue. In node.js, consts are block-scoped and once set cannot be changed or redeclared. Change const to var and your function should work properly.