[New Feature] Grouping and Aggregating Data

An aggregate type that would be useful is “difference between consecutive items”.

I’m calculating fasting periods as the time between when foods are logged. So it’s the time between each entry that I need. The time stamps can be converted to numbers, which aggregates already work in.

I was able to do this in the toolbox Expression element using map Toolbox plugin - collection of utility elements