I use another workaround:
Create a column called StatusFlagSet the type of StatusFlag to Number. Set the default value to ‘0’Create a column called Status.Set the type of Status to Formula. Enter the following code:
IF(StatusFlag=1,“Approved”,IF(Stat...