Hey Guys,
I’m running into an issue when constructing a particular kind of scenario. In short, I have a ‘Set Multiple Variables’ module that is set to output slightly differently named variables per operation. However, when I go to select those variables to be output by the Array Aggregator, only the variables that are output in operation 1 appear in the list, rather than listing all the variables from all of the operations.
To provide some more context: I’m trying to do a sort of complex transposing of data from a CSV into a Baserow database. The source data comes from a CSV generated by Bearable, a symptom/health tracking app. The symptom ratings are lumped into 4 different time slots in a day: pre, am, mid, pm. I’m trying to take these variables, which are tracked as separate rows in the original csv data, and lump them all into one row in my database. In order to achieve this, I need to create 4 categories for each symptom that associate with a column in my database (e.g. Arm Numbness (pre), Arm Numbness (am), Arm Numbness (mid), Arm Numbness (pm)).
I need to be able to aggregate all instances of these variables, not just the ‘pre’ instances.
Anyone have any ideas?
Thanks for reading!