Getting Issue For dependecy cycle found

I am using InsertOne and below is the following payload
{
"Key" : "{{textInput13.value}}",

"Value": "{{textInput14.value}}",

"State" : "{{textInput15.value}}",

"Email" : "{{current_user.email}}",
"UpdatedBy" : "{{current_user.firstName +' ' + current_user.lastName}} ",
"UpdatedOn" :"{{moment().utc(self).tz("US/Central")}}",
"AuditMessage" : "Updated Message for State {{textInput15.value}}, and Key {{textInput13.value}}"
}

@Amit_kumar_upadhyay, what is the issue?

I assume the double quotes around your values will cause errors, as the values are already strings.

Let me remove Double quotes