[FEEL] Add a tip on how to get the current index inside a loop #5334
Labels
target:8.6
Issues included in the 8.6 release
target:8.7
Issues included in the 8.7 release
target:8.8
Issues included in the 8.8 release
triage-march
Description
In some cases, I have a FEEL expression with a for-loop and need to get the current element's index.
There is a trick:
count(partial)
calculates the current index.Let's share this tip in the FEEL documentation.
Relevant docs:
Related Slack discussion: https://camunda.slack.com/archives/C01QYD808A3/p1742481110327559
The text was updated successfully, but these errors were encountered: