Webflow and Elasticsearch with Webhooks

I have created an enhanced elasticsearch integration to use AI/ML for searching. I am using Make.com in the middle to listen for created/updated/delated webhooks from Webflow.

All of this is working well except that the format of the content is inconsistent when data has been imported into Webflow vs created inside Webflow.

For instance, I imported hundreds of records and the content area is just a string, but when I create a new record, the content area is a structured array.

This inconsistency is throwing an error when I send the data to Elasticsearch.

Is there someone who can let me know about this issue?