Hello! The problem I have is an AI column that takes time to run and the result of the AI analysis (which is not available yet) needs to populate a text column. The application seems to be copying the result from the AI column which is empty. Also, for some reason the first row in the table the result is actually received from the AI column and populates the first row in the table appropriately. But this is only true to the first row and not the other rows. The AI column is analyzing the other rows in the table. Any suggestions to getting around this?
Consider that there are two ways to use Glide AI:
- In the data editor in a dedicated Glide AI column. Then applies indistinctly to the entire column, as many computations as the are rows, possibly costly)
- In the workflow editor through a dedicated Glide AI action. Then applies to a single row rather than automatically to the entire column.