I need grab every list item created in the last 7 days, and take the average of their calorie field.
Having some trouble figuring this out.
Also, I was trying to avoid a search operation. simply because i already have this list of items, it seems like it would be faster to do it this way. The items i’m looking for will always be the most recent items created.
If it matters, i’m using the average to populate a new “thing” in a recurring workflow
Maybe i’m missing something, it seems like this would take the average of every item in the list? But, i only want to include items created in the last 7 days. here is, what seems like the correct starting point for the expression i’m trying to create.