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: Don't parse skipped rows #64

Open geoo89 opened 1 year ago

geoo89 commented 1 year ago

Via include_if, rows or entire blocks can be omitted. Yet, if they contain invalid templating (e.g. the include_if condition checks whether a variable is defined, and this variable is referenced in a template), an error is thrown.