1. The "Remember" and "Recall" operators seem like malfunctional (Perhaps I made some mistakes on setting up their names?). In my process, two "Remember" and one "Recall" operators were used, all of them are named as "T100", but when the "Recall" operator recall the information which is stored in "Remember", the Exampledata changed from "1 example, 6 Regular Attributes" to "1 example, 1 Regular Attributes". Which part of my process gone wrong??
2. In the Loop operator, I have put a "Generate Attributes" operator in order to generate extra dates (In my example, which are the dates after 19/09/16). The function description I have wrote was "date_add(Date,30,DATE_UNIT_DAY)", but after I run the process, there wasn't any new dates being generated and only the last date (19/09/16) was being repeated. May I know which part of my process gone wrong and how may I solved it please?