I'm trying to empty a field value of a DOM instance through a low-code app, but the value is not stored when I save it.
Adjusting the value is possible, but when I completely remove the value and press save, that is not stored and the original value is shown when I look a the instance details again.
How can I empty the value?
Jeroen,
This will be supported in DMA 10.3.8 (see RN36276)
Hi Jeroen,
I believe currently you can only achieve this by updating your values through an automation script.
There is a great example available in the docs (link).
Hi Emmanuel, is there a way to temporarily do this another way?
I need that empty value to test some things.