IN function doesn"t work

Hello there,

'm having problems using the IN function.

For some reason the function gives me the correct value in the TEST mode but in the actual column the appsheet does not give me the same value.

I tired to substitute the column in stead of the type value but result does not change

Thanks in advance

Could you elaborate what you mean by the following? The column type and values you are expecting.

1 Like

I don’t understand why i have TRUE in the test mode and FALSE in the column.

Could you please share the screenshot of the [Email Check Scenario] column’s expression screenshot?

1 Like

In case it’s relevant to your situation: If the Y/N column already had a value (e.g., “N”) in each row in the data source, then revising the column’s App formula expression won’t affect those existing values. Rather, the revised App formula expression will only apply to a given when it’s invoked for that row–e.g., when the row is edited, thus triggering recalculation of its columns.

1 Like

This is the Expression for [Email Check Scenario]

i Went in test mode to investigate why the value doesn’t match and this is what i found.

the column was empty when I start to test the expression

In the expression test mode, the values displayed for each column may be the inputs to the expression evaluation (i.e., not the outputs), and an empty Y/N column resolves to false for purposes of various functions. I suggest confirm what value ends up in your actual data when using the app.

2 Likes

Thank you very much!!