List of the unsupported operators on the indicator form does not match with the list in docsDescriptionThe warning message on the indicator form does not include all unsupported conditions listed in docs. That can causes some confusion if the user does not read the documentation.Steps to Reproduce 1- Open an automated indictaor2- Go to Additional Conditions tab3- Notice the list of unsupported operators warning message:Optionally after specification of indicator source it is possible to apply additional conditions.The operators: "keywords", "greater than field", "less than field", "greater than or is field", "less than or is field" are not supported in the additional conditions. Instead add these conditions to the indicator source.The message does not include all the operators listed in docs.WorkaroundThis message does not impact the way Indicator Additional Conditions are being evaluated. However, it is possible to modify the message following the setps": 1- Got o sys_ui_message table 2- Search for key 'pa_indicators_automated.text.restricted_operators' https://<INSTANCE_NAME>/sys_ui_message_list.do?sysparm_query=key%3Dpa_indicators_automated.text.restricted_operators&sysparm_view= 3- Modify the message according to the docs: https://docs.servicenow.com/csh?topicname=t_CreateAnAutomatedIndicator.html&version=latest 4- If there are multiple language plugins activated, there will be a message record for each language. These records needs to be updated separately. Related Problem: PRB1413491