IDEMSInternational / rapidpro-flow-toolkit

Toolkit for using spreadsheets to create and modify RapidPro flows
GNU Lesser General Public License v2.1
3 stars 1 forks source link

FlowParser: Add index variable to begin_for #50

Closed geoo89 closed 1 year ago

geoo89 commented 1 year ago

Allow loop_variable to contain a list of 2 variables: the iteration variable, and a index variable, akin to enumerate in python. The first variable is the iteration variable; the second variable is the index variable and is optional.

geoo89 commented 1 year ago

Fixed by #53