I'm working with an external API and I'm not sure if I'm doing some weird with the request but Xano will only let me add the fields as a text list, despite all the fields being single-item text in the returned results.
These text lists are an absolute pain to filter and really annoying to work with. Is there a way that I can use a filter to ensure that these values are input as single-line text vs arrays?
I don't really want to create any kind of loop function to do this on every single column as this will take a lot of time.