Hello, I need help figuring out how to create a scenario that tells me every day at 8 am the number of tasks grouped by status.
And the result adding in a google sheet by day
Welcome to the Make community!
You need to aggregate to an array by status first, before you can get the count of items in each group.
Example:
If you need further assistance, please provide the following:
Please provide the input and output bundles of the Trigger modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
Uploading it here will look like this:
bundle.txt (12.3 KB)
B.
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:
-
Either add three backticks
```
before and after the code, like this:```
input/output bundle content goes here
``` -
Or use the format code button in the editor:
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
This will allow others to better assist you. Thanks!