Issue with Recording Span Arrow in Katalon Studio

You need to look into the HTML source code of the target web page.

You need to check if the HTML source contains the <span> element which can be selected by the xpath //div[@id='a0e338d943d0-2']/span.

If you do not know how to see the HTML source code, then you should learn how to use the DevTool. See

Just I guess that the id attribute’s value: "a0e338d943d0-2" changes dynamically everytime the page is reloaded. If so, the xpath expression could never be valid.

Then how @nsyahirahzmi can solve his problem? How can he select the <span> element?

There could some alternatives. In oder to find his way, he needs to look at the HTML source and analyze it. The Recorder and Spy tools are helpless. These tools are not capable to give you any magical solution. It is only you, @nsyahirahzmi, who can solve your problem, as you haven’t shared the HTML of the target page to others.