Troubleshooting AI Enrichment and Write to Table Issues
Hi there, i created an AI Enrichment / Prompt which extracts people and contact infos from websites etc, combined with dork & some more. The result is a json object with an nested contact list. I just want to use "Write to table" to create a row in a contact table for each found contact in the prompt. But it doesnt work. If i add a "WTT" Column i can not access the nested contact list in the AI Result Json to iterate. I thought that it is related to the datatype and that i need a list. So i tried to transform the contacts list from the json to another column. But this doesnt work. I also manually tried to create some testdata as a list in a new column. But everytime i try to use the "WTT" Approach the WTT doesnt recognize any list element in my table. I tried the example from the 101 training and created 10 lookalikes but my WTT does not recognize the data cells as list. What would be the best approach? What i am doing wrong?