Hi all,
i would like to use different input files (Excel files that differ a bit and require a little different processing, some files might be .xlsx some might be .xlsm) for a workflow, which after data preparation is the same.
my idea would be to identify which kind of input format im getting (4 different versions are possible) and depending on the identified input variant the corresponding data preparation and input tools shall be selected.
i tried to use control containers but that doesnt seem to work, since it gives "anchor problems" (says, the anchor was no closed). Idea was, that the controls container should be selected depending on the identified Excel File format.
Is there a way to get around the "anchor not closed" issue, or are the better ways to implement this ?
right now i have to activate/deactive the containers manually depending on the input file format that i identified.