INPUT() does not save records

Hello friends, does anyone know why INPUT() does not save the records? I am attacking the corresponding column.

Quantity Column
INPUT("Quantity","")
Inline Display
Attach to column [Quantity]
Only of this condition is true: [_THISROW].[Condition]="Editable"

Solved Solved
0 12 268
3 ACCEPTED SOLUTIONS

You probably have a required field that stops the save process totally.. even that field is not shown in your "Input" popup.

View solution in original post

When using INPUT() with action, it doesn't let you save it if you have another column (nothing to do with the INPUT()) that is required and blank. Remove all "Required" options from all columns and then test if that's the reason.

View solution in original post

Do you have any column in that table, which is required?

View solution in original post

12 REPLIES 12