Hey Nidhi T. - A "DAG is cyclical" error in Clay occurs when you create a circular dependency between fields in your table - essentially when Field A depends on Field B, which depends on Field C, which depends back on Field A, creating an infinite loop.
I'd recommend checking if there are any columns, tables, or variables that are causing this infinite loop