I want to retrieve records from a table "Customer Environments" which has 5 columns. I want to put a filter in filter query option and want to extract records where length of string (characters) in COLUMN1 is greater than 255.
Please help.
I don't think it is possible, you will have to retrieve them all and then filter within the flow using a filter action query.
you might be able to do:
length(COLUMN1) gt 255
or perhaps it could be:
length('COLUMN1') gt 255
This didn't help. I guess I will have to retrieve them all first is the only option.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Chiara Carbone as our Community Spotlight for November…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 666 Super User 2025 Season 2
Tomac 382 Moderator
developerAJ 254