The action to display inner pop didn't work during playback

Hi,
Please help.
I got this message on step click an object to show innerpop.

Test Cases/Setting/Login - Add FAILED because (of) Unable to click on object ‘Object Repository/Page_Sys (1)/div_ADD’ (Root cause: com.kms.katalon.core.webui.exception.WebElementNotFoundException: Web element with id: ‘Object Repository/Page_Sys (1)/div_ADD’ located by ‘By.xpath: //div[@id = ‘ADD’ and @title = ‘Add’]’ not found)

I already put delay after the click item.

and use this script to show the inner pop

WebUI.executeJavaScript(‘top.InnerPop’, [‘?xfid=hrm.setting.add’])

WebUI.delay(1)

but the inner pop still didn’t show up.

what should I do to resolve this?

Regards