On Form edit view - Based on Enum field value the other field value is not changing

On new form - when I change the Due field value - the Days initial value changes as per the expression

ifs([Due]="Same day",[_THIS]=1,
[Due]="Next day",[_THIS]=2,
[Due]="Custom",[_THIS]=3)

On Edit form - the Days initial value is pre filled and now if I change the Due - the Days is not changing

how do I solve this ??

 

Screenshot (117).png

 

0 1 77
1 REPLY 1
Top Labels in this Space