arena icon indicating copy to clipboard operation
arena copied to clipboard

Collect survey import: import expressions/validation rules after all attributes to prevent errors during conversion

Open SteRiccio opened this issue 2 years ago • 0 comments

it could happen that in Collect an attribute is defined after another (looking at the Data Structure view in the Survey Designer), so some expressions could refer an attribute not imported yet. Solution:

  1. import all the attributes
  2. iterate again over the node definitions and convert the expressions

SteRiccio avatar Sep 06 '22 06:09 SteRiccio