For a dropdown type field Dropdown, for example, it has 3 items “aa,bb,cc”.
I set the filter for a custom view to “Dropdown includes any of ccc”.
And then I modify the dropdown items to “aa,bb”, please notice that “cc” is removed.
And then in the custom view, when I invoke the following code:
kintone.app.getQuery()
An error shows like this:
Error occurred. An option placed in a field (code: 状況) not found.
Could you please help me to check if it’s a bug or not?
Is there any solution to avoid it?