Is CEL supports loops or iterations to run certain logic repeatedly ?? similar to "while loops" in general programing languages ?? #421
krishna-macharla
started this conversation in
General
Replies: 1 comment 1 reply
-
CEL isn't a programming language, and it doesn't do things. SQL doesn't have loops, CEL doesn't either, for similar reasons. Instead, CEL can transform data, for example with But if your goal is pagination, you probably just want to add an additional parameter to your CEL query like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is CEL supports loops or iterations to run certain logic repeatedly ?? similar to "while loops" in general programing languages ??
We want to implement logic for pagination for API calls. For that we need to run some logic in loops .
Please suggest how can we write this logic in CEL.
Beta Was this translation helpful? Give feedback.
All reactions