Thanks for the detail in this post. When you say
Does this mean the the Field [../Configuration/Active] has the Data Type “Boolean”? What about the Computed Field, is that a “Boolean” or a “Confirm” Field?
I’m asking because in your linked thread you wrote.
This incorrectly suggests that a Field with the Data Type “Confirm” can be set to “False”, see Confirm Fields docs.
If my assumption is correct, you are switching a Computed Confirm Field between “true” and “null”. As you are working in 2023.06, this might mean that you are bumping into an issue that we raised in A12-16238 and fixed in 2024.06-ext2. Basically the issue is that you could not set a Field to “null” using a computation in the backend.
There is however a discourse post about this with a code snippet showing how you could work around this. How do I recompute an existing document in the backend? - #10 by jlemsky
Did I guess right?