C2W1 NameError: name 'product_catalog_table' is not defined

I keep getting this prompt. Please, what’s the way out?

NameError Traceback (most recent call last)
Cell In[4], line 1
----> 1 response = create_table_db(table_name=product_catalog_table[‘table_name’], **product_catalog_table[“kwargs”])
2 print(response)

NameError: name ‘product_catalog_table’ is not defined

Hello @Fisherman
Please, specify in which lab and which step you are facing this issue.

It was Practice Lab 2 although i have been able to fix. Thank you so much.