The problem that I have is that when that “dynamic” value is changed to “no” when the conditional is true, it is not register as an ionic toggle being “changed” in the workflow when the input is changed.
So essentially, the conditions are true, the toggle is turned off “visually”, but it is not running the workflow to change the toggle there so that my back end knows.
How do I send the data to my backend to essentially turn off the toggle there but from the specific “conditions” tab on the toggle itself?
The dynamic status API option has NOT been successful to change the back end. What would make that successful?
Sorry - See the above image as the one that which I had, where when the condition is true, is visually turns off the toggle visually, but will not trigger the workflow input which then changes my back end.
So you’re trying to run a WF when the toggle is being toggled? If so, you can right click on the toggle and Start/Edit Workflow or you can also use auto-binding.
Create a workflow that is triggered everytime the conditions you pointed above were true. This workflow will not depend on your toggle being turned on or off.