I have a formula tool that is supposed to insert a null value if a condition is met.
if [period_paid_2] = [next_month]
then null() else [period_paid] endif
but even when the condition is met, it still leaves period_paid unchanged.
The weird thing is that the data preview correctly shows a null value, but this is not actually flowing through to the data.
Currently using Version: 2025.2.1.117 Patch: 3