Hi All,
I’m trying to setup a new scenario so that my team can track time on project effectively, time is tracked within ClickUp.
High Level Breakdown:
- HTTP Request - Pulls back all time tracking entries between dates X & Y
- Response (I’ve updated values for privacy reasons, only one data collection is shown but normally the request returns 20-150 entries depending on date entry):
HTTP Response Example.txt (4.7 KB)
- Each time tracking entry is individual, i.e. multiple entries could be related to the same task. I want to be able to group all of a customers entries together while listing each task entry individually.
- I’ve got something working, but I’m not receiving the value from the original request, I’ve detailed this in my screen shots below.
Overall Scenario image:
Iterator Config:
Table Aggregator: (duration & task have been selected but I couldn’t show both)
Example of Table Aggregator Output:
As you can see from the screenshot above all I’m getting from the output is “object Object”, everything else (duration & key) is showing how I’d like it.
Any help would be gladly appreciate, please let me know if I need to provide any further information.