Well first of all, setting both an app formula and an initial value is never correct. If this is a new thing in the settings, you may have to go into the settings view first and save it to initialize the values before seeing it reflected elsewhere in the app.
I’ve tried removing the the app formula and just set it as a Yes/No column. But it still doesn’t work. In the settings, I input the “Option 8” as “TRUE” and then save. The action is still not visible. Any suggestions?
Thank you for your quick response. I think I’ve found the cause of this. It only happens with Action:“Data: set the values of some columns in this row” with inputs. Below is the how to reproduce this bug:
Yah that’s a bit weird, I can see the issue as well. An input setting with other behavior conditions seems to work ok, just not when it’s based on usersettings.
But I wonder why you are even using those input settings? I really have no idea what it is even for. You can instead use INPUT() or [_INPUT] in the column values without touching that setting.
I haven’t used INPUT() because it’s being deprecated (according to this link from Appsheet). And in order to use [_INPUT] instead of INPUT(), I have to add the input settings because the Expression assistant would produce an error as shown below if I don’t add them first.