Katalon Recorder - command for dynamic element

by using the recorder target element, i got this
name=submit.delete.C6c744514-2efa-4dd4-acf4-d611469c6eac

how do i use xpath / css locator to insert the target at recorder and continue the rest of steps?

note: above is a delete button at web page, the ID is dynamic.

by using chrome inspector, below is the

Element:

Selector:
#sc-item-C0dbdce89-78df-4cb3-8fe2-d4e9d2cf053b > div.sc-list-item-content > div > div.a-column.a-span8 > div > div > div.a-fixed-left-grid-col.a-col-right > div > span.a-size-small.sc-action-delete > span > input[type=“submit”]

XPath:
//*[@id=“sc-item-C0dbdce89-78df-4cb3-8fe2-d4e9d2cf053b”]/div[4]/div/div[1]/div/div/div[2]/div/span[1]/span/input