New button in related list populate "Action not authorized" error in case parent is used in omit new condition of list controlDescriptionNew button in related list populate "Action not authorized" error in case parent is used in omit new condition of list controlSteps to Reproduce Steps to reproduce: 1, Open 1 incident with a popular caller2, (screenshot 01) Configure related list to add [Incidents by Same Caller]3, Configure list control of this related list4, (screenshot 02) Configure field [omit new condition] into the form and then add below script——————————————————answer = true;if (parent.state > 0 ) {answer = false;}——————————————————5, Go back to form of incident and try new button from this related list.Expected behavior: It should work as below KB, we use parent directly instead of current.parent.https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0953598Actual behavior: (screenshot 03) It populates "Action not authorized".Issue doesn't happen in demonightlysandiegoWorkaroundThis problem is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available.Related Problem: PRB1659867