How to pass a variable-length list to an AI prompt for news analysis
How to write a prompt in "Use AI" to pass a list with items to check? Example: I have a column that is searching for news related to a company and it returns maximum 10 items (news). Next step is running an AI promopt to analyze these news and choose the most relevant out of 10 news. But when i try to pass these items in a list (using arrow), the AI column returns error as apparently it has problems with reading items from such a list, especially when it contains nested data. I had this issue multiple times. How to pass a list to an AI prompt to make sure it will be read properly? Just a reminder, the list can have up to 10 items but it can be also 0 items or 5 items so its not always 10 items.
