@olgatrykush Are filters for the AI field in the pipeline?
Same question for user editable text in the AI field.
I thought I’ve seen this feature suggested somewhere but a quick forum search does not yield results.
Currently the workaround for filters would be to use formulas, but again with many AI fields one ends up with way too many columns. I’d be most interested at the very least in the “contains” and “does not contain” type of filters for the AI field.
For the editable text -the workaround would be to copy-paste to a TXT field - but for larger datasets this is cumbersome or requires automation overhead thus limits the non-technical users significantly.
Thanks - is there any difference for the table (performance, data integrity, etc?) if I duplicate the AI field/column and change the duplicate to text? Is the “formula” method better in any way?
Hey @dev-rd, the formula option is faster since you don’t need to copy texts manually—you just create two new fields. However, neither option is perfect. When the text is copied and you regenerate the prompt, you’ll need to manually update the outputs in the copied fields, which affects data integrity.
We aim to add the ability to edit AI field outputs as soon as possible. I’ll let you know as soon as the issue is created and scored.
Actually I was wondering about the difference between:
A) duplicate AI field → change field type to text (long text+ rich formatting)
vs
B) use Formula → change field type to text
OR
C) stay with the formula for filtering for as long as possible (but that I assume may slow large tables down if there are many such columns).
however - the underlying questions for both A and C is:
Do frequent changes of field types degrade database/table performance over time.
(frequent = I would need to change at least 40 - 50 columns a few times a month each)
Can the above eventually break tables (as in corrupt to a point where adding new columns is problematic and adding new data via import does not work properly)?
thanks - I partly got the info I needed regarding the “underlying” question from the other thread, but if you have any more insight about the issue this will certainly be very useful.