# Turn off a workflow node

**URL:** https://forums.losant.com/t/turn-off-a-workflow-node/1824
**Category:** Feature Request
**Tags:** workflow
**Created:** [May 28, 2019, 12:11pm UTC](https://forums.losant.com/t/turn-off-a-workflow-node/1824 "2019-05-28T12:11:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![David\_MacKenzie](https://avatars.discourse-cdn.com/v4/letter/d/f04885/32.png) [@David\_MacKenzie](https://forums.losant.com/u/David_MacKenzie)
#### Post date: [May 28, 2019, 12:11pm UTC](https://forums.losant.com/t/turn-off-a-workflow-node/1824/1 "2019-05-28T12:11:49Z")

</div>

I have a somewhat complex workflow that writes data to a table. Is there a way to temporarily turn off a individual workflow node? I want to be able to turn on/off the Table:Insert node as needed. I see I can disable an entire WF but not one node.

---

<div class="post-metadata">

### Author: ![JuliaKempf](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/juliakempf/32/2446_2.png) [@JuliaKempf](https://forums.losant.com/u/JuliaKempf)
#### Post date: [May 28, 2019, 2:04pm UTC](https://forums.losant.com/t/turn-off-a-workflow-node/1824/2 "2019-05-28T14:04:54Z")

</div>

Hi there,

There is not currently a way to turn off a specific node, but I will make a feature request for this functionality. For now, if there is a value on your payload that determines if data is added to the table, I would recommend routing your workflow away from the Table: Insert Node with a data node. If there is a determinate value on your payload, some nodes to check out would be the [Conditional Node](https://docs.losant.com/workflows/logic/conditional/), the [Switch Node](https://docs.losant.com/workflows/logic/switch/), or possibly a [Latch Node](https://docs.losant.com/workflows/logic/latch/). These nodes are helpful if you can use your payload values to determine when data goes into the Data Table. In addition, if this is a case where you would like to switch it off whenever you’d like, you can always manually remove the connector between the two nodes.

Thanks!  
Julia
