Column missing from Action

I am experiencing an issue that is puzzling.

In the action tab I have an action that “Updates a few rows in this table” all of the columns are setup the same. However one of the columns is hidden in the *Position view, but shown in the **Attache to view

All of the other colons are showing. "Any suggestions as to why this column is hidden. It’s exactly like the ones showing?

Please check if that column has any different show_if, editable_if, valid_if constraint different than other similar columns where you are able to set the actions.

Edit: If the above suggestion does not work, please elaborate what you mean by position view and attached view.

Is the column a key column, or is it used in an expression to generate the key column? If so, the column’s value cannot be changed after the row is saved the first time.

The column is the same for

Columns

Brake Lining
Brake Lining_1
Brake Lining_2
Brake Lining_3
Brake Lining_4

[Brake Lining_5

None are key columns and show If is checked as show

No Key column for these columns they are an enum of “PASS” or “FAIL”

with an Initial value

If(

[ALL PASS]= “YES”, “PASS”, “”

)

The action is simple

If defect is repaired it changes the column [Brake Lining_1] to “PASS” and

[Needs Repaired_211] to “NO”

All other [Brake Lining] columns show up in the columns to make a change in except [Brake Lining_1] column

[Brake Lining_1] column shows up in the attach to selection

DUH I missed the editable even after i screen shot it, Sorry

Hi @Jack_Bates

Try checking the Brake lining 1 column, in the update behavior checklist editable section, if you want to appear in the action for data set values ​​of some columns in this row.

Hi @Syamsudin ,

Thank you.

I have already suggested the same thing to @Jack_Bates and it sounds that probably editable_if constraint was an issue based on the acceptance by him it as a solution.

My suggestion was as follows