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: Allow referencing excluded rows/blocks #40

Open geoo89 opened 1 year ago

geoo89 commented 1 year ago

Rows or entire blocks of rows may be excluded via the include_if column. Currently, if a row_id of a row that is excluded is referenced in a go_to row or in a from column, and error is thrown. We might want to implement excluded content in such a way that references to it simply yield the next included content.

geoo89 commented 1 year ago

This can likely be implemented by implicitly using no_op node groups.